Html Css Color HEX #BB3C6B Royal Heath

📋 copy color: '#BB3C6B'

red 187 ◦ green 60 ◦ blue 107

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

Shades of Royal Heath #BB3C6B

Tints of Royal Heath #BB3C6B

RGB

 RED value IS 187 (73.44% from 255) = 52.82%

 GREEN value IS 60 (23.83% from 255) = 16.95%

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

R = 52.82%
G = 16.95%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB3C6B (or 0xBB3C6B) is known color: Royal Heath. HEX triplet: BB, 3C and 6B. RGB value is (187,60,107). Sum of RGB (Red+Green+Blue) = 187+60+107=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 60 (23.83% from 255 or 16.95% from 354); Blue value is 107 (42.19% from 255 or 30.23% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3C6B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3C6B is #44C394. Grayscale: #676767. Windows color (decimal): -4506517 or 7027899. OLE color: 7027899.

HSL color Cylindrical-coordinate representation of color #BB3C6B: hue angle of 337.8º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB3C6B is Cyan = 0, Magento = 0.68, Yellow = 0.43 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 60 107 -
CMYK 0 0.68 0.43 0.27
HSL 337.8º 0.51% 0.48% -
HSV(B) 337.8º 0.68% 0.73% -
XYZ 24.76 14.86 15.47 -
YUV 103.33 130.08 187.68 -
System Red Green Blue C M Y K H S L
Decimal 187 60 107 0 0.68 0.43 0.27 337.8 0.51 0.48
Hex BB 3C 6B 0 44 2B 1B 152 33 30
Octal 273 74 153 0 104 53 33 522 63 60
Binary 10111011 111100 1101011 0 1000100 101011 11011 101010010 110011 110000

Color Harmonies of #BB3C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3C6B

Black with #BB3C6B

Text Example


Text Example

White with #BB3C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3C6B; }

 p { color: rgb(187,60,107); }

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

background-color css

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

 a { background-color: rgb(187,60,107); }

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

border-color css

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

 span { border-color: rgb(187,60,107); }

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