Html Css Color HEX #882BFF Blue Violet

📋 copy color: '#882BFF'

red 136 ◦ green 43 ◦ blue 255

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

Shades of Blue Violet #882BFF

Tints of Blue Violet #882BFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.76%

R = 31.34%
G = 9.91%
B = 58.76%

CMYK

 C value IS 0.47

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#882BFF (or 0x882BFF) is known color: Blue Violet. HEX triplet: 88, 2B and FF. RGB value is (136,43,255). Sum of RGB (Red+Green+Blue) = 136+43+255=434 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.34% from 434); Green value is 43 (17.19% from 255 or 9.91% from 434); Blue value is 255 (100% from 255 or 58.76% from 434); Max value from RGB is 255 - color contains mainly: blue. Hex color #882BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882BFF is #77D400. Grayscale: #5E5E5E. Windows color (decimal): -7853057 or 16722824. OLE color: 16722824.

HSL color Cylindrical-coordinate representation of color #882BFF: hue angle of 266.32º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #882BFF is Cyan = 0.47, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 136 43 255 -
CMYK 0.47 0.83 0 0
HSL 266.32º 1% 0.58% -
HSV(B) 266.32º 0.83% 1% -
XYZ 29.07 14.18 95.81 -
YUV 94.98 218.31 157.26 -
System Red Green Blue C M Y K H S L
Decimal 136 43 255 0.47 0.83 0 0 266.32 1 0.58
Hex 88 2B FF 2F 53 0 0 10A 64 3A
Octal 210 53 377 57 123 0 0 412 144 72
Binary 10001000 101011 11111111 101111 1010011 0 0 100001010 1100100 111010

Color Harmonies of #882BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882BFF

Black with #882BFF

Text Example


Text Example

White with #882BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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