Html Css Color HEX #852FFC Blue Violet

📋 copy color: '#852FFC'

red 133 ◦ green 47 ◦ blue 252

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

Shades of Blue Violet #852FFC

Tints of Blue Violet #852FFC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 10.88%

 BLUE value IS 252 (98.83% from 255) = 58.33%

R = 30.79%
G = 10.88%
B = 58.33%

CMYK

 C value IS 0.47

 M value IS 0.81

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#852FFC (or 0x852FFC) is known color: Blue Violet. HEX triplet: 85, 2F and FC. RGB value is (133,47,252). Sum of RGB (Red+Green+Blue) = 133+47+252=432 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.79% from 432); Green value is 47 (18.75% from 255 or 10.88% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #852FFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852FFC is #7AD003. Grayscale: #5F5F5F. Windows color (decimal): -8048644 or 16527237. OLE color: 16527237.

HSL color Cylindrical-coordinate representation of color #852FFC: hue angle of 265.17º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852FFC is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 47 252 -
CMYK 0.47 0.81 0 0.01
HSL 265.17º 0.97% 0.59% -
HSV(B) 265.17º 0.81% 0.99% -
XYZ 28.26 14.05 93.32 -
YUV 96.08 215.99 154.33 -
System Red Green Blue C M Y K H S L
Decimal 133 47 252 0.47 0.81 0 0.01 265.17 0.97 0.59
Hex 85 2F FC 2F 51 0 1 109 61 3B
Octal 205 57 374 57 121 0 1 411 141 73
Binary 10000101 101111 11111100 101111 1010001 0 1 100001001 1100001 111011

Color Harmonies of #852FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852FFC

Black with #852FFC

Text Example


Text Example

White with #852FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,47,252); }

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

background-color css

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

 a { background-color: rgb(133,47,252); }

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

border-color css

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

 span { border-color: rgb(133,47,252); }

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