Html Css Color HEX #863BFB Blue Violet

📋 copy color: '#863BFB'

red 134 ◦ green 59 ◦ blue 251

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

Shades of Blue Violet #863BFB

Tints of Blue Violet #863BFB

RGB

 RED value IS 134 (52.73% from 255) = 30.18%

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

 BLUE value IS 251 (98.44% from 255) = 56.53%

R = 30.18%
G = 13.29%
B = 56.53%

CMYK

 C value IS 0.47

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#863BFB (or 0x863BFB) is known color: Blue Violet. HEX triplet: 86, 3B and FB. RGB value is (134,59,251). Sum of RGB (Red+Green+Blue) = 134+59+251=444 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.18% from 444); Green value is 59 (23.44% from 255 or 13.29% from 444); Blue value is 251 (98.44% from 255 or 56.53% from 444); Max value from RGB is 251 - color contains mainly: blue. Hex color #863BFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #863BFB is #79C404. Grayscale: #666666. Windows color (decimal): -7980037 or 16464774. OLE color: 16464774.

HSL color Cylindrical-coordinate representation of color #863BFB: hue angle of 263.44º degrees, saturation: 0.96, 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 #863BFB is Cyan = 0.47, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 134 59 251 -
CMYK 0.47 0.76 0 0.02
HSL 263.44º 0.96% 0.61% -
HSV(B) 263.44º 0.76% 0.98% -
XYZ 28.81 15.16 92.67 -
YUV 103.31 211.35 149.89 -
System Red Green Blue C M Y K H S L
Decimal 134 59 251 0.47 0.76 0 0.02 263.44 0.96 0.61
Hex 86 3B FB 2F 4C 0 2 107 60 3D
Octal 206 73 373 57 114 0 2 407 140 75
Binary 10000110 111011 11111011 101111 1001100 0 10 100000111 1100000 111101

Color Harmonies of #863BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863BFB

Black with #863BFB

Text Example


Text Example

White with #863BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863BFB; }

 p { color: rgb(134,59,251); }

 H1.HeaderClassName
 {
   color: #863BFB;
 }
 .AnyTagClassName
 {
   color: #863BFB;
 }
</style>

background-color css

<style>
 a { background-color: #863BFB; }

 a { background-color: rgb(134,59,251); }

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

border-color css

<style>
 span { border-color: #863BFB; }

 span { border-color: rgb(134,59,251); }

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