#BD2F6A

Color #BD2F6A Rouge (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rouge #BD2F6A

Tints of Rouge #BD2F6A

Color information

#BD2F6A (or 0xBD2F6A) is unknown color: approx Rouge. HEX triplet: BD, 2F and 6A. RGB value is (189,47,106). Sum of RGB (Red+Green+Blue) = 189+47+106=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 47 (18.75% from 255 or 13.74% from 342); Blue value is 106 (41.80% from 255 or 30.99% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD2F6A is #42D095. Grayscale: #606060. Windows color (decimal): -4378774 or 6959037. OLE color: 6959037.

HSL color Cylindrical-coordinate representation of color #BD2F6A: hue angle of 335.07º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD2F6A is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB18947106-
CMYK00.750.440.26
HSL335.07º60.17%46.27%-
HSV(B)335.07º75.13%74.12%-
XYZ24.613.8915.02-
YUV96.18133.54194.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 55.26%
GREEN value IS 47 (18.75% from 255) = 13.74%
BLUE value IS 106 (41.80% from 255) = 30.99%
R=55.26%
G=13.74%
B=30.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.44
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1894710600.750.440.26335.0760.1746.27
HexBD2F6A04B2C1A14f3c2e
Octal27557152011354325177456
Binary1011110110111111010100100101110110011010101001111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD2F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD2F6A; }

 p { color: rgb(189,47,106); }

 H1.HeaderClassName
 {
   color: #BD2F6A;
 }
 .AnyTagClassName
 {
   color: #BD2F6A;
 }
</style>
background-color css

<style>
 a { background-color: #BD2F6A; }

 a { background-color: rgb(189,47,106); }

 div.DivClassName
 {
   background-color: #BD2F6A;
 }
 .BgClassName
 {
   background-color: #BD2F6A;
 }
</style>
border-color css

<style>
 span { border-color: #BD2F6A; }

 span { border-color: rgb(189,47,106); }

 td.TdClassName
 {
   border-color: #BD2F6A;
 }
 .TagClassName
 {
   border-color: #BD2F6A;
 }
</style>