Html Css Color HEX #B0007B Eggplant

📋 copy color: '#B0007B'

red 176 ◦ green 0 ◦ blue 123

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

Shades of Eggplant #B0007B

Tints of Eggplant #B0007B

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 58.86%
G = 0%
B = 41.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0007B (or 0xB0007B) is known color: Eggplant. HEX triplet: B0, 00 and 7B. RGB value is (176,0,123). Sum of RGB (Red+Green+Blue) = 176+0+123=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 0 (0.39% from 255 or 0% from 299); Blue value is 123 (48.44% from 255 or 41.14% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B0007B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0007B is #4FFF84. Grayscale: #424242. Windows color (decimal): -5242757 or 8061104. OLE color: 8061104.

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

Color convert

RGB 176 0 123 -
CMYK 0 1 0.30 0.31
HSL 318.07º 1% 0.35% -
HSV(B) 318.07º 1% 0.69% -
XYZ 21.48 10.66 19.66 -
YUV 66.65 159.81 206 -
System Red Green Blue C M Y K H S L
Decimal 176 0 123 0 1 0.30 0.31 318.07 1 0.35
Hex B0 0 7B 0 64 1E 1F 13E 64 23
Octal 260 0 173 0 144 36 37 476 144 43
Binary 10110000 0 1111011 0 1100100 11110 11111 100111110 1100100 100011

Color Harmonies of #B0007B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0007B

Black with #B0007B

Text Example


Text Example

White with #B0007B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0007B; }

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

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

background-color css

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

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

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

border-color css

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

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

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