Html Css Color HEX #851CFB Blue Violet

📋 copy color: '#851CFB'

red 133 ◦ green 28 ◦ blue 251

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

Shades of Blue Violet #851CFB

Tints of Blue Violet #851CFB

RGB

 RED value IS 133 (52.34% from 255) = 32.28%

 GREEN value IS 28 (11.33% from 255) = 6.8%

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

R = 32.28%
G = 6.8%
B = 60.92%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#851CFB (or 0x851CFB) is known color: Blue Violet. HEX triplet: 85, 1C and FB. RGB value is (133,28,251). Sum of RGB (Red+Green+Blue) = 133+28+251=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 28 (11.33% from 255 or 6.80% from 412); Blue value is 251 (98.44% from 255 or 60.92% from 412); Max value from RGB is 251 - color contains mainly: blue. Hex color #851CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851CFB is #7AE304. Grayscale: #545454. Windows color (decimal): -8053509 or 16456837. OLE color: 16456837.

HSL color Cylindrical-coordinate representation of color #851CFB: hue angle of 268.25º degrees, saturation: 0.97, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #851CFB is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 28 251 -
CMYK 0.47 0.89 0 0.02
HSL 268.25º 0.97% 0.55% -
HSV(B) 268.25º 0.89% 0.98% -
XYZ 27.5 12.78 92.28 -
YUV 84.82 221.79 162.37 -
System Red Green Blue C M Y K H S L
Decimal 133 28 251 0.47 0.89 0 0.02 268.25 0.97 0.55
Hex 85 1C FB 2F 59 0 2 10C 61 37
Octal 205 34 373 57 131 0 2 414 141 67
Binary 10000101 11100 11111011 101111 1011001 0 10 100001100 1100001 110111

Color Harmonies of #851CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851CFB

Black with #851CFB

Text Example


Text Example

White with #851CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851CFB; }

 p { color: rgb(133,28,251); }

 H1.HeaderClassName
 {
   color: #851CFB;
 }
 .AnyTagClassName
 {
   color: #851CFB;
 }
</style>

background-color css

<style>
 a { background-color: #851CFB; }

 a { background-color: rgb(133,28,251); }

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

border-color css

<style>
 span { border-color: #851CFB; }

 span { border-color: rgb(133,28,251); }

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