Html Css Color HEX #BC3F67 Royal Heath

📋 copy color: '#BC3F67'

red 188 ◦ green 63 ◦ blue 103

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

Shades of Royal Heath #BC3F67

Tints of Royal Heath #BC3F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.1%

R = 53.11%
G = 17.8%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC3F67 (or 0xBC3F67) is known color: Royal Heath. HEX triplet: BC, 3F and 67. RGB value is (188,63,103). Sum of RGB (Red+Green+Blue) = 188+63+103=354 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.11% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 103 (40.62% from 255 or 29.10% from 354); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3F67 is #43C098. Grayscale: #686868. Windows color (decimal): -4440217 or 6766524. OLE color: 6766524.

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

Color convert

RGB 188 63 103 -
CMYK 0 0.66 0.45 0.26
HSL 340.8º 0.5% 0.49% -
HSV(B) 340.8º 0.66% 0.74% -
XYZ 24.96 15.23 14.46 -
YUV 104.94 126.91 187.25 -
System Red Green Blue C M Y K H S L
Decimal 188 63 103 0 0.66 0.45 0.26 340.8 0.5 0.49
Hex BC 3F 67 0 42 2D 1A 155 32 31
Octal 274 77 147 0 102 55 32 525 62 61
Binary 10111100 111111 1100111 0 1000010 101101 11010 101010101 110010 110001

Color Harmonies of #BC3F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3F67

Black with #BC3F67

Text Example


Text Example

White with #BC3F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3F67; }

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

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

background-color css

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

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

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

border-color css

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

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

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