Html Css Color HEX #852DFC Blue Violet

📋 copy color: '#852DFC'

red 133 ◦ green 45 ◦ blue 252

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

Shades of Blue Violet #852DFC

Tints of Blue Violet #852DFC

RGB

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

 GREEN value IS 45 (17.97% from 255) = 10.47%

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

R = 30.93%
G = 10.47%
B = 58.6%

CMYK

 C value IS 0.47

 M value IS 0.82

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#852DFC (or 0x852DFC) is known color: Blue Violet. HEX triplet: 85, 2D and FC. RGB value is (133,45,252). Sum of RGB (Red+Green+Blue) = 133+45+252=430 (56% of max value = 765). Red value is 133 (52.34% from 255 or 30.93% from 430); Green value is 45 (17.97% from 255 or 10.47% from 430); Blue value is 252 (98.83% from 255 or 58.60% from 430); Max value from RGB is 252 - color contains mainly: blue. Hex color #852DFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852DFC is #7AD203. Grayscale: #5E5E5E. Windows color (decimal): -8049156 or 16526725. OLE color: 16526725.

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

Color convert

RGB 133 45 252 -
CMYK 0.47 0.82 0 0.01
HSL 265.51º 0.97% 0.58% -
HSV(B) 265.51º 0.82% 0.99% -
XYZ 28.18 13.89 93.29 -
YUV 94.91 216.65 155.17 -
System Red Green Blue C M Y K H S L
Decimal 133 45 252 0.47 0.82 0 0.01 265.51 0.97 0.58
Hex 85 2D FC 2F 52 0 1 10A 61 3A
Octal 205 55 374 57 122 0 1 412 141 72
Binary 10000101 101101 11111100 101111 1010010 0 1 100001010 1100001 111010

Color Harmonies of #852DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852DFC

Black with #852DFC

Text Example


Text Example

White with #852DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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