Html Css Color HEX #BD3F6A Royal Heath

📋 copy color: '#BD3F6A'

red 189 ◦ green 63 ◦ blue 106

#BD3F6A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #BD3F6A

Tints of Royal Heath #BD3F6A

RGB

 RED value IS 189 (74.22% from 255) = 52.79%

 GREEN value IS 63 (25% from 255) = 17.6%

 BLUE value IS 106 (41.8% from 255) = 29.61%

R = 52.79%
G = 17.6%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BD3F6A (or 0xBD3F6A) is known color: Royal Heath. HEX triplet: BD, 3F and 6A. RGB value is (189,63,106). Sum of RGB (Red+Green+Blue) = 189+63+106=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 106 (41.80% from 255 or 29.61% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F6A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD3F6A is #42C095. Grayscale: #696969. Windows color (decimal): -4374678 or 6963133. OLE color: 6963133.

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

Color convert

RGB 189 63 106 -
CMYK 0 0.67 0.44 0.26
HSL 339.52º 0.5% 0.49% -
HSV(B) 339.52º 0.67% 0.74% -
XYZ 25.37 15.41 15.27 -
YUV 105.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 189 63 106 0 0.67 0.44 0.26 339.52 0.5 0.49
Hex BD 3F 6A 0 43 2C 1A 154 32 31
Octal 275 77 152 0 103 54 32 524 62 61
Binary 10111101 111111 1101010 0 1000011 101100 11010 101010100 110010 110001

Color Harmonies of #BD3F6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD3F6A

Black with #BD3F6A

Text Example


Text Example

White with #BD3F6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD3F6A; }

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

 H1.HeaderClassName
 {
   color: #BD3F6A;
 }
 .AnyTagClassName
 {
   color: #BD3F6A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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