Html Css Color HEX #880BEF Blue Violet

📋 copy color: '#880BEF'

red 136 ◦ green 11 ◦ blue 239

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

Shades of Blue Violet #880BEF

Tints of Blue Violet #880BEF

RGB

 RED value IS 136 (53.52% from 255) = 35.23%

 GREEN value IS 11 (4.69% from 255) = 2.85%

 BLUE value IS 239 (93.75% from 255) = 61.92%

R = 35.23%
G = 2.85%
B = 61.92%

CMYK

 C value IS 0.43

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#880BEF (or 0x880BEF) is known color: Blue Violet. HEX triplet: 88, 0B and EF. RGB value is (136,11,239). Sum of RGB (Red+Green+Blue) = 136+11+239=386 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.23% from 386); Green value is 11 (4.69% from 255 or 2.85% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #880BEF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #880BEF is #77F410. Grayscale: #494949. Windows color (decimal): -7861265 or 15666056. OLE color: 15666056.

HSL color Cylindrical-coordinate representation of color #880BEF: hue angle of 272.89º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880BEF is Cyan = 0.43, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 136 11 239 -
CMYK 0.43 0.95 0 0.06
HSL 272.89º 0.91% 0.49% -
HSV(B) 272.89º 0.95% 0.94% -
XYZ 25.85 11.71 82.56 -
YUV 74.37 220.91 171.96 -
System Red Green Blue C M Y K H S L
Decimal 136 11 239 0.43 0.95 0 0.06 272.89 0.91 0.49
Hex 88 B EF 2B 5F 0 6 111 5B 31
Octal 210 13 357 53 137 0 6 421 133 61
Binary 10001000 1011 11101111 101011 1011111 0 110 100010001 1011011 110001

Color Harmonies of #880BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880BEF

Black with #880BEF

Text Example


Text Example

White with #880BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880BEF; }

 p { color: rgb(136,11,239); }

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

background-color css

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

 a { background-color: rgb(136,11,239); }

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

border-color css

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

 span { border-color: rgb(136,11,239); }

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