Html Css Color HEX #BC3E6B Royal Heath

📋 copy color: '#BC3E6B'

red 188 ◦ green 62 ◦ blue 107

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

Shades of Royal Heath #BC3E6B

Tints of Royal Heath #BC3E6B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.37%

 BLUE value IS 107 (42.19% from 255) = 29.97%

R = 52.66%
G = 17.37%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC3E6B (or 0xBC3E6B) is known color: Royal Heath. HEX triplet: BC, 3E and 6B. RGB value is (188,62,107). Sum of RGB (Red+Green+Blue) = 188+62+107=357 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.66% from 357); Green value is 62 (24.61% from 255 or 17.37% from 357); Blue value is 107 (42.19% from 255 or 29.97% from 357); Max value from RGB is 188 - color contains mainly: red. Hex color #BC3E6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC3E6B is #43C194. Grayscale: #686868. Windows color (decimal): -4440469 or 7028412. OLE color: 7028412.

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

Color convert

RGB 188 62 107 -
CMYK 0 0.67 0.43 0.26
HSL 338.57º 0.5% 0.49% -
HSV(B) 338.57º 0.67% 0.74% -
XYZ 25.12 15.2 15.52 -
YUV 104.8 129.24 187.34 -
System Red Green Blue C M Y K H S L
Decimal 188 62 107 0 0.67 0.43 0.26 338.57 0.5 0.49
Hex BC 3E 6B 0 43 2B 1A 153 32 31
Octal 274 76 153 0 103 53 32 523 62 61
Binary 10111100 111110 1101011 0 1000011 101011 11010 101010011 110010 110001

Color Harmonies of #BC3E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC3E6B

Black with #BC3E6B

Text Example


Text Example

White with #BC3E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC3E6B; }

 p { color: rgb(188,62,107); }

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

background-color css

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

 a { background-color: rgb(188,62,107); }

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

border-color css

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

 span { border-color: rgb(188,62,107); }

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