Html Css Color HEX #BD417B Royal Heath

📋 copy color: '#BD417B'

red 189 ◦ green 65 ◦ blue 123

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

Shades of Royal Heath #BD417B

Tints of Royal Heath #BD417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.24%

 BLUE value IS 123 (48.44% from 255) = 32.63%

R = 50.13%
G = 17.24%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BD417B (or 0xBD417B) is known color: Royal Heath. HEX triplet: BD, 41 and 7B. RGB value is (189,65,123). Sum of RGB (Red+Green+Blue) = 189+65+123=377 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.13% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 189 - color contains mainly: red. Hex color #BD417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BD417B is #42BE84. Grayscale: #6C6C6C. Windows color (decimal): -4374149 or 8077757. OLE color: 8077757.

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

Color convert

RGB 189 65 123 -
CMYK 0 0.66 0.35 0.26
HSL 331.94º 0.49% 0.5% -
HSV(B) 331.94º 0.66% 0.74% -
XYZ 26.45 16.03 20.44 -
YUV 108.69 136.08 185.28 -
System Red Green Blue C M Y K H S L
Decimal 189 65 123 0 0.66 0.35 0.26 331.94 0.49 0.5
Hex BD 41 7B 0 42 23 1A 14C 31 32
Octal 275 101 173 0 102 43 32 514 61 62
Binary 10111101 1000001 1111011 0 1000010 100011 11010 101001100 110001 110010

Color Harmonies of #BD417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD417B

Black with #BD417B

Text Example


Text Example

White with #BD417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD417B; }

 p { color: rgb(189,65,123); }

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

background-color css

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

 a { background-color: rgb(189,65,123); }

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

border-color css

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

 span { border-color: rgb(189,65,123); }

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