Html Css Color HEX #852EFC Blue Violet

📋 copy color: '#852EFC'

red 133 ◦ green 46 ◦ blue 252

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

Shades of Blue Violet #852EFC

Tints of Blue Violet #852EFC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 10.67%

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

R = 30.86%
G = 10.67%
B = 58.47%

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

#852EFC (or 0x852EFC) is known color: Blue Violet. HEX triplet: 85, 2E and FC. RGB value is (133,46,252). Sum of RGB (Red+Green+Blue) = 133+46+252=431 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.86% from 431); Green value is 46 (18.36% from 255 or 10.67% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #852EFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852EFC is #7AD103. Grayscale: #5E5E5E. Windows color (decimal): -8048900 or 16526981. OLE color: 16526981.

HSL color Cylindrical-coordinate representation of color #852EFC: hue angle of 265.34º 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 #852EFC is Cyan = 0.47, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 133 46 252 -
CMYK 0.47 0.82 0 0.01
HSL 265.34º 0.97% 0.58% -
HSV(B) 265.34º 0.82% 0.99% -
XYZ 28.22 13.97 93.3 -
YUV 95.5 216.32 154.75 -
System Red Green Blue C M Y K H S L
Decimal 133 46 252 0.47 0.82 0 0.01 265.34 0.97 0.58
Hex 85 2E FC 2F 52 0 1 109 61 3A
Octal 205 56 374 57 122 0 1 411 141 72
Binary 10000101 101110 11111100 101111 1010010 0 1 100001001 1100001 111010

Color Harmonies of #852EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852EFC

Black with #852EFC

Text Example


Text Example

White with #852EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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