Html Css Color HEX #B00274 Eggplant

📋 copy color: '#B00274'

red 176 ◦ green 2 ◦ blue 116

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

Shades of Eggplant #B00274

Tints of Eggplant #B00274

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.68%

 BLUE value IS 116 (45.7% from 255) = 39.46%

R = 59.86%
G = 0.68%
B = 39.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B00274 (or 0xB00274) is known color: Eggplant. HEX triplet: B0, 02 and 74. RGB value is (176,2,116). Sum of RGB (Red+Green+Blue) = 176+2+116=294 (38% of max value = 765). Red value is 176 (69.14% from 255 or 59.86% from 294); Green value is 2 (1.17% from 255 or 0.68% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 176 - color contains mainly: red. Hex color #B00274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00274 is #4FFD8B. Grayscale: #424242. Windows color (decimal): -5242252 or 7602864. OLE color: 7602864.

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

Color convert

RGB 176 2 116 -
CMYK 0 0.99 0.34 0.31
HSL 320.69º 0.98% 0.35% -
HSV(B) 320.69º 0.99% 0.69% -
XYZ 21.08 10.53 17.45 -
YUV 67.02 155.65 205.73 -
System Red Green Blue C M Y K H S L
Decimal 176 2 116 0 0.99 0.34 0.31 320.69 0.98 0.35
Hex B0 2 74 0 63 22 1F 141 62 23
Octal 260 2 164 0 143 42 37 501 142 43
Binary 10110000 10 1110100 0 1100011 100010 11111 101000001 1100010 100011

Color Harmonies of #B00274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00274

Black with #B00274

Text Example


Text Example

White with #B00274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00274; }

 p { color: rgb(176,2,116); }

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

background-color css

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

 a { background-color: rgb(176,2,116); }

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

border-color css

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

 span { border-color: rgb(176,2,116); }

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