Html Css Color HEX #851BFD Blue Violet

📋 copy color: '#851BFD'

red 133 ◦ green 27 ◦ blue 253

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

Shades of Blue Violet #851BFD

Tints of Blue Violet #851BFD

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.54%

 BLUE value IS 253 (99.22% from 255) = 61.26%

R = 32.2%
G = 6.54%
B = 61.26%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#851BFD (or 0x851BFD) is known color: Blue Violet. HEX triplet: 85, 1B and FD. RGB value is (133,27,253). Sum of RGB (Red+Green+Blue) = 133+27+253=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 27 (10.94% from 255 or 6.54% from 413); Blue value is 253 (99.22% from 255 or 61.26% from 413); Max value from RGB is 253 - color contains mainly: blue. Hex color #851BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #851BFD is #7AE402. Grayscale: #535353. Windows color (decimal): -8053763 or 16587653. OLE color: 16587653.

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

Color convert

RGB 133 27 253 -
CMYK 0.47 0.89 0 0.01
HSL 268.14º 0.98% 0.55% -
HSV(B) 268.14º 0.89% 0.99% -
XYZ 27.79 12.86 93.95 -
YUV 84.46 223.12 162.62 -
System Red Green Blue C M Y K H S L
Decimal 133 27 253 0.47 0.89 0 0.01 268.14 0.98 0.55
Hex 85 1B FD 2F 59 0 1 10C 62 37
Octal 205 33 375 57 131 0 1 414 142 67
Binary 10000101 11011 11111101 101111 1011001 0 1 100001100 1100010 110111

Color Harmonies of #851BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851BFD

Black with #851BFD

Text Example


Text Example

White with #851BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,27,253); }

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

background-color css

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

 a { background-color: rgb(133,27,253); }

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

border-color css

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

 span { border-color: rgb(133,27,253); }

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