Html Css Color HEX #BC3F6F Royal Heath

📋 copy color: '#BC3F6F'

red 188 ◦ green 63 ◦ blue 111

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

Shades of Royal Heath #BC3F6F

Tints of Royal Heath #BC3F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 30.66%

R = 51.93%
G = 17.4%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC3F6F (or 0xBC3F6F) is known color: Royal Heath. HEX triplet: BC, 3F and 6F. RGB value is (188,63,111). Sum of RGB (Red+Green+Blue) = 188+63+111=362 (47% of max value = 765). Red value is 188 (73.83% from 255 or 51.93% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3F6F is #43C090. Grayscale: #696969. Windows color (decimal): -4440209 or 7290812. OLE color: 7290812.

HSL color Cylindrical-coordinate representation of color #BC3F6F: hue angle of 336.96º degrees, saturation: 0.5, 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 #BC3F6F is Cyan = 0, Magento = 0.66, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 63 111 -
CMYK 0 0.66 0.41 0.26
HSL 336.96º 0.5% 0.49% -
HSV(B) 336.96º 0.66% 0.74% -
XYZ 25.39 15.39 16.67 -
YUV 105.85 130.91 186.6 -
System Red Green Blue C M Y K H S L
Decimal 188 63 111 0 0.66 0.41 0.26 336.96 0.5 0.49
Hex BC 3F 6F 0 42 29 1A 151 32 31
Octal 274 77 157 0 102 51 32 521 62 61
Binary 10111100 111111 1101111 0 1000010 101001 11010 101010001 110010 110001

Color Harmonies of #BC3F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3F6F

Black with #BC3F6F

Text Example


Text Example

White with #BC3F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3F6F; }

 p { color: rgb(188,63,111); }

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

background-color css

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

 a { background-color: rgb(188,63,111); }

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

border-color css

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

 span { border-color: rgb(188,63,111); }

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