Html Css Color HEX #852BFF Blue Violet

📋 copy color: '#852BFF'

red 133 ◦ green 43 ◦ blue 255

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

Shades of Blue Violet #852BFF

Tints of Blue Violet #852BFF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.98%

 BLUE value IS 255 (100% from 255) = 59.16%

R = 30.86%
G = 9.98%
B = 59.16%

CMYK

 C value IS 0.48

 M value IS 0.83

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#852BFF (or 0x852BFF) is known color: Blue Violet. HEX triplet: 85, 2B and FF. RGB value is (133,43,255). Sum of RGB (Red+Green+Blue) = 133+43+255=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 43 (17.19% from 255 or 9.98% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #852BFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852BFF is #7AD400. Grayscale: #5D5D5D. Windows color (decimal): -8049665 or 16722821. OLE color: 16722821.

HSL color Cylindrical-coordinate representation of color #852BFF: hue angle of 265.47º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #852BFF is Cyan = 0.48, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 133 43 255 -
CMYK 0.48 0.83 0 0
HSL 265.47º 1% 0.58% -
HSV(B) 265.47º 0.83% 1% -
XYZ 28.59 13.93 95.79 -
YUV 94.08 218.82 155.76 -
System Red Green Blue C M Y K H S L
Decimal 133 43 255 0.48 0.83 0 0 265.47 1 0.58
Hex 85 2B FF 30 53 0 0 109 64 3A
Octal 205 53 377 60 123 0 0 411 144 72
Binary 10000101 101011 11111111 110000 1010011 0 0 100001001 1100100 111010

Color Harmonies of #852BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852BFF

Black with #852BFF

Text Example


Text Example

White with #852BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852BFF; }

 p { color: rgb(133,43,255); }

 H1.HeaderClassName
 {
   color: #852BFF;
 }
 .AnyTagClassName
 {
   color: #852BFF;
 }
</style>

background-color css

<style>
 a { background-color: #852BFF; }

 a { background-color: rgb(133,43,255); }

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

border-color css

<style>
 span { border-color: #852BFF; }

 span { border-color: rgb(133,43,255); }

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