Html Css Color HEX #B0255C Lipstick

📋 copy color: '#B0255C'

red 176 ◦ green 37 ◦ blue 92

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

Shades of Lipstick #B0255C

Tints of Lipstick #B0255C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.13%

 BLUE value IS 92 (36.33% from 255) = 30.16%

R = 57.7%
G = 12.13%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0255C (or 0xB0255C) is known color: Lipstick. HEX triplet: B0, 25 and 5C. RGB value is (176,37,92). Sum of RGB (Red+Green+Blue) = 176+37+92=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 92 (36.33% from 255 or 30.16% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0255C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0255C is #4FDAA3. Grayscale: #545454. Windows color (decimal): -5233316 or 6038960. OLE color: 6038960.

HSL color Cylindrical-coordinate representation of color #B0255C: hue angle of 336.26º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0255C is Cyan = 0, Magento = 0.79, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 37 92 -
CMYK 0 0.79 0.48 0.31
HSL 336.26º 0.65% 0.42% -
HSV(B) 336.26º 0.79% 0.69% -
XYZ 20.5 11.33 11.23 -
YUV 84.83 132.05 193.03 -
System Red Green Blue C M Y K H S L
Decimal 176 37 92 0 0.79 0.48 0.31 336.26 0.65 0.42
Hex B0 25 5C 0 4F 30 1F 150 41 2A
Octal 260 45 134 0 117 60 37 520 101 52
Binary 10110000 100101 1011100 0 1001111 110000 11111 101010000 1000001 101010

Color Harmonies of #B0255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0255C

Black with #B0255C

Text Example


Text Example

White with #B0255C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0255C; }

 p { color: rgb(176,37,92); }

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

background-color css

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

 a { background-color: rgb(176,37,92); }

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

border-color css

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

 span { border-color: rgb(176,37,92); }

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