Html Css Color HEX #B0407B Royal Heath

📋 copy color: '#B0407B'

red 176 ◦ green 64 ◦ blue 123

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

Shades of Royal Heath #B0407B

Tints of Royal Heath #B0407B

RGB

 RED value IS 176 (69.14% from 255) = 48.48%

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

 BLUE value IS 123 (48.44% from 255) = 33.88%

R = 48.48%
G = 17.63%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0407B (or 0xB0407B) is known color: Royal Heath. HEX triplet: B0, 40 and 7B. RGB value is (176,64,123). Sum of RGB (Red+Green+Blue) = 176+64+123=363 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.48% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 176 - color contains mainly: red. Hex color #B0407B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0407B is #4FBF84. Grayscale: #686868. Windows color (decimal): -5226373 or 8077488. OLE color: 8077488.

HSL color Cylindrical-coordinate representation of color #B0407B: hue angle of 328.39º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B0407B is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 64 123 -
CMYK 0 0.64 0.30 0.31
HSL 328.39º 0.47% 0.47% -
HSV(B) 328.39º 0.64% 0.69% -
XYZ 23.31 14.33 20.28 -
YUV 104.21 138.61 179.2 -
System Red Green Blue C M Y K H S L
Decimal 176 64 123 0 0.64 0.30 0.31 328.39 0.47 0.47
Hex B0 40 7B 0 40 1E 1F 148 2F 2F
Octal 260 100 173 0 100 36 37 510 57 57
Binary 10110000 1000000 1111011 0 1000000 11110 11111 101001000 101111 101111

Color Harmonies of #B0407B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0407B

Black with #B0407B

Text Example


Text Example

White with #B0407B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0407B; }

 p { color: rgb(176,64,123); }

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

background-color css

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

 a { background-color: rgb(176,64,123); }

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

border-color css

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

 span { border-color: rgb(176,64,123); }

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