Html Css Color HEX #BB407A Royal Heath

📋 copy color: '#BB407A'

red 187 ◦ green 64 ◦ blue 122

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

Shades of Royal Heath #BB407A

Tints of Royal Heath #BB407A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 17.16%

 BLUE value IS 122 (48.05% from 255) = 32.71%

R = 50.13%
G = 17.16%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#BB407A (or 0xBB407A) is known color: Royal Heath. HEX triplet: BB, 40 and 7A. RGB value is (187,64,122). Sum of RGB (Red+Green+Blue) = 187+64+122=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 64 (25.39% from 255 or 17.16% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB407A is #44BF85. Grayscale: #6B6B6B. Windows color (decimal): -4505478 or 8011963. OLE color: 8011963.

HSL color Cylindrical-coordinate representation of color #BB407A: hue angle of 331.71º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BB407A is Cyan = 0, Magento = 0.66, Yellow = 0.35 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 64 122 -
CMYK 0 0.66 0.35 0.27
HSL 331.71º 0.49% 0.49% -
HSV(B) 331.71º 0.66% 0.73% -
XYZ 25.84 15.64 20.07 -
YUV 107.39 136.25 184.78 -
System Red Green Blue C M Y K H S L
Decimal 187 64 122 0 0.66 0.35 0.27 331.71 0.49 0.49
Hex BB 40 7A 0 42 23 1B 14C 31 31
Octal 273 100 172 0 102 43 33 514 61 61
Binary 10111011 1000000 1111010 0 1000010 100011 11011 101001100 110001 110001

Color Harmonies of #BB407A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB407A

Black with #BB407A

Text Example


Text Example

White with #BB407A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB407A; }

 p { color: rgb(187,64,122); }

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

background-color css

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

 a { background-color: rgb(187,64,122); }

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

border-color css

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

 span { border-color: rgb(187,64,122); }

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