Html Css Color HEX #883BFA Blue Violet

📋 copy color: '#883BFA'

red 136 ◦ green 59 ◦ blue 250

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

Shades of Blue Violet #883BFA

Tints of Blue Violet #883BFA

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.26%

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

R = 30.56%
G = 13.26%
B = 56.18%

CMYK

 C value IS 0.46

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#883BFA (or 0x883BFA) is known color: Blue Violet. HEX triplet: 88, 3B and FA. RGB value is (136,59,250). Sum of RGB (Red+Green+Blue) = 136+59+250=445 (58% of max value = 765). Red value is 136 (53.52% from 255 or 30.56% from 445); Green value is 59 (23.44% from 255 or 13.26% from 445); Blue value is 250 (98.05% from 255 or 56.18% from 445); Max value from RGB is 250 - color contains mainly: blue. Hex color #883BFA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #883BFA is #77C405. Grayscale: #676767. Windows color (decimal): -7848966 or 16399240. OLE color: 16399240.

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

Color convert

RGB 136 59 250 -
CMYK 0.46 0.76 0 0.02
HSL 264.19º 0.95% 0.61% -
HSV(B) 264.19º 0.76% 0.98% -
XYZ 28.97 15.26 91.86 -
YUV 103.8 210.51 150.97 -
System Red Green Blue C M Y K H S L
Decimal 136 59 250 0.46 0.76 0 0.02 264.19 0.95 0.61
Hex 88 3B FA 2E 4C 0 2 108 5F 3D
Octal 210 73 372 56 114 0 2 410 137 75
Binary 10001000 111011 11111010 101110 1001100 0 10 100001000 1011111 111101

Color Harmonies of #883BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883BFA

Black with #883BFA

Text Example


Text Example

White with #883BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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