Html Css Color HEX #BC427D Royal Heath

📋 copy color: '#BC427D'

red 188 ◦ green 66 ◦ blue 125

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

Shades of Royal Heath #BC427D

Tints of Royal Heath #BC427D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.41%

 BLUE value IS 125 (49.22% from 255) = 32.98%

R = 49.6%
G = 17.41%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BC427D (or 0xBC427D) is known color: Royal Heath. HEX triplet: BC, 42 and 7D. RGB value is (188,66,125). Sum of RGB (Red+Green+Blue) = 188+66+125=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 66 (26.17% from 255 or 17.41% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC427D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC427D is #43BD82. Grayscale: #6D6D6D. Windows color (decimal): -4439427 or 8209084. OLE color: 8209084.

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

Color convert

RGB 188 66 125 -
CMYK 0 0.65 0.34 0.26
HSL 330.98º 0.48% 0.5% -
HSV(B) 330.98º 0.65% 0.74% -
XYZ 26.39 16.07 21.11 -
YUV 109.2 136.92 184.2 -
System Red Green Blue C M Y K H S L
Decimal 188 66 125 0 0.65 0.34 0.26 330.98 0.48 0.5
Hex BC 42 7D 0 41 22 1A 14B 30 32
Octal 274 102 175 0 101 42 32 513 60 62
Binary 10111100 1000010 1111101 0 1000001 100010 11010 101001011 110000 110010

Color Harmonies of #BC427D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC427D

Black with #BC427D

Text Example


Text Example

White with #BC427D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC427D; }

 p { color: rgb(188,66,125); }

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

background-color css

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

 a { background-color: rgb(188,66,125); }

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

border-color css

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

 span { border-color: rgb(188,66,125); }

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