Html Css Color HEX #852CE0 Blue Violet

📋 copy color: '#852CE0'

red 133 ◦ green 44 ◦ blue 224

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

Shades of Blue Violet #852CE0

Tints of Blue Violet #852CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.86%

R = 33.17%
G = 10.97%
B = 55.86%

CMYK

 C value IS 0.41

 M value IS 0.80

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#852CE0 (or 0x852CE0) is known color: Blue Violet. HEX triplet: 85, 2C and E0. RGB value is (133,44,224). Sum of RGB (Red+Green+Blue) = 133+44+224=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 44 (17.58% from 255 or 10.97% from 401); Blue value is 224 (87.89% from 255 or 55.86% from 401); Max value from RGB is 224 - color contains mainly: blue. Hex color #852CE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852CE0 is #7AD31F. Grayscale: #5A5A5A. Windows color (decimal): -8049440 or 14691461. OLE color: 14691461.

HSL color Cylindrical-coordinate representation of color #852CE0: hue angle of 269.67º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #852CE0 is Cyan = 0.41, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 133 44 224 -
CMYK 0.41 0.80 0 0.12
HSL 269.67º 0.74% 0.53% -
HSV(B) 269.67º 0.8% 0.88% -
XYZ 24.03 12.17 71.6 -
YUV 91.13 202.99 157.86 -
System Red Green Blue C M Y K H S L
Decimal 133 44 224 0.41 0.80 0 0.12 269.67 0.74 0.53
Hex 85 2C E0 29 50 0 C 10E 4A 35
Octal 205 54 340 51 120 0 14 416 112 65
Binary 10000101 101100 11100000 101001 1010000 0 1100 100001110 1001010 110101

Color Harmonies of #852CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852CE0

Black with #852CE0

Text Example


Text Example

White with #852CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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