Html Css Color HEX #BC407B Royal Heath

📋 copy color: '#BC407B'

red 188 ◦ green 64 ◦ blue 123

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

Shades of Royal Heath #BC407B

Tints of Royal Heath #BC407B

RGB

 RED value IS 188 (73.83% from 255) = 50.13%

 GREEN value IS 64 (25.39% from 255) = 17.07%

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

R = 50.13%
G = 17.07%
B = 32.8%

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

#BC407B (or 0xBC407B) is known color: Royal Heath. HEX triplet: BC, 40 and 7B. RGB value is (188,64,123). Sum of RGB (Red+Green+Blue) = 188+64+123=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 123 (48.44% from 255 or 32.8% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC407B is #43BF84. Grayscale: #6B6B6B. Windows color (decimal): -4439941 or 8077500. OLE color: 8077500.

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

Color convert

RGB 188 64 123 -
CMYK 0 0.66 0.35 0.26
HSL 331.45º 0.49% 0.49% -
HSV(B) 331.45º 0.66% 0.74% -
XYZ 26.15 15.79 20.41 -
YUV 107.8 136.58 185.2 -
System Red Green Blue C M Y K H S L
Decimal 188 64 123 0 0.66 0.35 0.26 331.45 0.49 0.49
Hex BC 40 7B 0 42 23 1A 14B 31 31
Octal 274 100 173 0 102 43 32 513 61 61
Binary 10111100 1000000 1111011 0 1000010 100011 11010 101001011 110001 110001

Color Harmonies of #BC407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC407B

Black with #BC407B

Text Example


Text Example

White with #BC407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC407B; }

 p { color: rgb(188,64,123); }

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

background-color css

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

 a { background-color: rgb(188,64,123); }

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

border-color css

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

 span { border-color: rgb(188,64,123); }

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