Html Css Color HEX #BC417D Royal Heath

📋 copy color: '#BC417D'

red 188 ◦ green 65 ◦ blue 125

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

Shades of Royal Heath #BC417D

Tints of Royal Heath #BC417D

RGB

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

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

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

R = 49.74%
G = 17.2%
B = 33.07%

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

#BC417D (or 0xBC417D) is known color: Royal Heath. HEX triplet: BC, 41 and 7D. RGB value is (188,65,125). Sum of RGB (Red+Green+Blue) = 188+65+125=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC417D is #43BE82. Grayscale: #6C6C6C. Windows color (decimal): -4439683 or 8208828. OLE color: 8208828.

HSL color Cylindrical-coordinate representation of color #BC417D: hue angle of 330.73º degrees, saturation: 0.49, 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 #BC417D is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 65 125 -
CMYK 0 0.65 0.34 0.26
HSL 330.73º 0.49% 0.5% -
HSV(B) 330.73º 0.65% 0.74% -
XYZ 26.33 15.95 21.09 -
YUV 108.62 137.25 184.62 -
System Red Green Blue C M Y K H S L
Decimal 188 65 125 0 0.65 0.34 0.26 330.73 0.49 0.5
Hex BC 41 7D 0 41 22 1A 14B 31 32
Octal 274 101 175 0 101 42 32 513 61 62
Binary 10111100 1000001 1111101 0 1000001 100010 11010 101001011 110001 110010

Color Harmonies of #BC417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC417D

Black with #BC417D

Text Example


Text Example

White with #BC417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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