Html Css Color HEX #881BE5 Blue Violet

📋 copy color: '#881BE5'

red 136 ◦ green 27 ◦ blue 229

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

Shades of Blue Violet #881BE5

Tints of Blue Violet #881BE5

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.89%

 BLUE value IS 229 (89.84% from 255) = 58.42%

R = 34.69%
G = 6.89%
B = 58.42%

CMYK

 C value IS 0.41

 M value IS 0.88

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#881BE5 (or 0x881BE5) is known color: Blue Violet. HEX triplet: 88, 1B and E5. RGB value is (136,27,229). Sum of RGB (Red+Green+Blue) = 136+27+229=392 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.69% from 392); Green value is 27 (10.94% from 255 or 6.89% from 392); Blue value is 229 (89.84% from 255 or 58.42% from 392); Max value from RGB is 229 - color contains mainly: blue. Hex color #881BE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881BE5 is #77E41A. Grayscale: #515151. Windows color (decimal): -7857179 or 15014792. OLE color: 15014792.

HSL color Cylindrical-coordinate representation of color #881BE5: hue angle of 272.38º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #881BE5 is Cyan = 0.41, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 136 27 229 -
CMYK 0.41 0.88 0 0.10
HSL 272.38º 0.8% 0.5% -
HSV(B) 272.38º 0.88% 0.9% -
XYZ 24.69 11.68 75.08 -
YUV 82.62 210.61 166.07 -
System Red Green Blue C M Y K H S L
Decimal 136 27 229 0.41 0.88 0 0.10 272.38 0.8 0.5
Hex 88 1B E5 29 58 0 A 110 50 32
Octal 210 33 345 51 130 0 12 420 120 62
Binary 10001000 11011 11100101 101001 1011000 0 1010 100010000 1010000 110010

Color Harmonies of #881BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881BE5

Black with #881BE5

Text Example


Text Example

White with #881BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #881BE5; }

 p { color: rgb(136,27,229); }

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

background-color css

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

 a { background-color: rgb(136,27,229); }

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

border-color css

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

 span { border-color: rgb(136,27,229); }

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