Html Css Color HEX #852CEC Blue Violet

📋 copy color: '#852CEC'

red 133 ◦ green 44 ◦ blue 236

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

Shades of Blue Violet #852CEC

Tints of Blue Violet #852CEC

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.65%

 BLUE value IS 236 (92.58% from 255) = 57.14%

R = 32.2%
G = 10.65%
B = 57.14%

CMYK

 C value IS 0.44

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#852CEC (or 0x852CEC) is known color: Blue Violet. HEX triplet: 85, 2C and EC. RGB value is (133,44,236). Sum of RGB (Red+Green+Blue) = 133+44+236=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 44 (17.58% from 255 or 10.65% from 413); Blue value is 236 (92.58% from 255 or 57.14% from 413); Max value from RGB is 236 - color contains mainly: blue. Hex color #852CEC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852CEC is #7AD313. Grayscale: #5B5B5B. Windows color (decimal): -8049428 or 15477893. OLE color: 15477893.

HSL color Cylindrical-coordinate representation of color #852CEC: hue angle of 267.81º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852CEC is Cyan = 0.44, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 133 44 236 -
CMYK 0.44 0.81 0 0.07
HSL 267.81º 0.83% 0.55% -
HSV(B) 267.81º 0.81% 0.93% -
XYZ 25.71 12.84 80.48 -
YUV 92.5 208.99 156.89 -
System Red Green Blue C M Y K H S L
Decimal 133 44 236 0.44 0.81 0 0.07 267.81 0.83 0.55
Hex 85 2C EC 2C 51 0 7 10C 53 37
Octal 205 54 354 54 121 0 7 414 123 67
Binary 10000101 101100 11101100 101100 1010001 0 111 100001100 1010011 110111

Color Harmonies of #852CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852CEC

Black with #852CEC

Text Example


Text Example

White with #852CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,44,236); }

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

background-color css

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

 a { background-color: rgb(133,44,236); }

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

border-color css

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

 span { border-color: rgb(133,44,236); }

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