Html Css Color HEX #882BE6 Blue Violet

📋 copy color: '#882BE6'

red 136 ◦ green 43 ◦ blue 230

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

Shades of Blue Violet #882BE6

Tints of Blue Violet #882BE6

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.51%

 BLUE value IS 230 (90.23% from 255) = 56.23%

R = 33.25%
G = 10.51%
B = 56.23%

CMYK

 C value IS 0.41

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#882BE6 (or 0x882BE6) is known color: Blue Violet. HEX triplet: 88, 2B and E6. RGB value is (136,43,230). Sum of RGB (Red+Green+Blue) = 136+43+230=409 (54% of max value = 765). Red value is 136 (53.52% from 255 or 33.25% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 230 (90.23% from 255 or 56.23% from 409); Max value from RGB is 230 - color contains mainly: blue. Hex color #882BE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882BE6 is #77D419. Grayscale: #5B5B5B. Windows color (decimal): -7853082 or 15084424. OLE color: 15084424.

HSL color Cylindrical-coordinate representation of color #882BE6: hue angle of 269.84º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #882BE6 is Cyan = 0.41, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 136 43 230 -
CMYK 0.41 0.81 0 0.10
HSL 269.84º 0.79% 0.54% -
HSV(B) 269.84º 0.81% 0.9% -
XYZ 25.3 12.68 75.98 -
YUV 92.13 205.81 159.29 -
System Red Green Blue C M Y K H S L
Decimal 136 43 230 0.41 0.81 0 0.10 269.84 0.79 0.54
Hex 88 2B E6 29 51 0 A 10E 4F 36
Octal 210 53 346 51 121 0 12 416 117 66
Binary 10001000 101011 11100110 101001 1010001 0 1010 100001110 1001111 110110

Color Harmonies of #882BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882BE6

Black with #882BE6

Text Example


Text Example

White with #882BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #882BE6; }

 p { color: rgb(136,43,230); }

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

background-color css

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

 a { background-color: rgb(136,43,230); }

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

border-color css

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

 span { border-color: rgb(136,43,230); }

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