Html Css Color HEX #882BFA Blue Violet

📋 copy color: '#882BFA'

red 136 ◦ green 43 ◦ blue 250

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

Shades of Blue Violet #882BFA

Tints of Blue Violet #882BFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 58.28%

R = 31.7%
G = 10.02%
B = 58.28%

CMYK

 C value IS 0.46

 M value IS 0.83

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#882BFA (or 0x882BFA) is known color: Blue Violet. HEX triplet: 88, 2B and FA. RGB value is (136,43,250). Sum of RGB (Red+Green+Blue) = 136+43+250=429 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.70% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #882BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #882BFA is #77D405. Grayscale: #5D5D5D. Windows color (decimal): -7853062 or 16395144. OLE color: 16395144.

HSL color Cylindrical-coordinate representation of color #882BFA: hue angle of 266.96º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #882BFA is Cyan = 0.46, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 136 43 250 -
CMYK 0.46 0.83 0 0.02
HSL 266.96º 0.95% 0.57% -
HSV(B) 266.96º 0.83% 0.98% -
XYZ 28.27 13.86 91.63 -
YUV 94.41 215.81 157.67 -
System Red Green Blue C M Y K H S L
Decimal 136 43 250 0.46 0.83 0 0.02 266.96 0.95 0.57
Hex 88 2B FA 2E 53 0 2 10B 5F 39
Octal 210 53 372 56 123 0 2 413 137 71
Binary 10001000 101011 11111010 101110 1010011 0 10 100001011 1011111 111001

Color Harmonies of #882BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882BFA

Black with #882BFA

Text Example


Text Example

White with #882BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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