Html Css Color HEX #851BDF Blue Violet

📋 copy color: '#851BDF'

red 133 ◦ green 27 ◦ blue 223

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

Shades of Blue Violet #851BDF

Tints of Blue Violet #851BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 58.22%

R = 34.73%
G = 7.05%
B = 58.22%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#851BDF (or 0x851BDF) is known color: Blue Violet. HEX triplet: 85, 1B and DF. RGB value is (133,27,223). Sum of RGB (Red+Green+Blue) = 133+27+223=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 27 (10.94% from 255 or 7.05% from 383); Blue value is 223 (87.5% from 255 or 58.22% from 383); Max value from RGB is 223 - color contains mainly: blue. Hex color #851BDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #851BDF is #7AE420. Grayscale: #505050. Windows color (decimal): -8053793 or 14621573. OLE color: 14621573.

HSL color Cylindrical-coordinate representation of color #851BDF: hue angle of 272.45º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851BDF is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 27 223 -
CMYK 0.40 0.88 0 0.13
HSL 272.45º 0.78% 0.49% -
HSV(B) 272.45º 0.88% 0.87% -
XYZ 23.38 11.1 70.72 -
YUV 81.04 208.12 165.06 -
System Red Green Blue C M Y K H S L
Decimal 133 27 223 0.40 0.88 0 0.13 272.45 0.78 0.49
Hex 85 1B DF 28 58 0 D 110 4E 31
Octal 205 33 337 50 130 0 15 420 116 61
Binary 10000101 11011 11011111 101000 1011000 0 1101 100010000 1001110 110001

Color Harmonies of #851BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851BDF

Black with #851BDF

Text Example


Text Example

White with #851BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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