Html Css Color HEX #852ECE Blue Violet

📋 copy color: '#852ECE'

red 133 ◦ green 46 ◦ blue 206

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

Shades of Blue Violet #852ECE

Tints of Blue Violet #852ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 34.55%
G = 11.95%
B = 53.51%

CMYK

 C value IS 0.35

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#852ECE (or 0x852ECE) is known color: Blue Violet. HEX triplet: 85, 2E and CE. RGB value is (133,46,206). Sum of RGB (Red+Green+Blue) = 133+46+206=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 46 (18.36% from 255 or 11.95% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #852ECE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852ECE is #7AD131. Grayscale: #595959. Windows color (decimal): -8048946 or 13512325. OLE color: 13512325.

HSL color Cylindrical-coordinate representation of color #852ECE: hue angle of 272.62º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #852ECE is Cyan = 0.35, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 133 46 206 -
CMYK 0.35 0.78 0 0.19
HSL 272.63º 0.63% 0.49% -
HSV(B) 272.63º 0.78% 0.81% -
XYZ 21.79 11.4 59.44 -
YUV 90.25 193.32 158.49 -
System Red Green Blue C M Y K H S L
Decimal 133 46 206 0.35 0.78 0 0.19 272.63 0.63 0.49
Hex 85 2E CE 23 4E 0 13 111 3F 31
Octal 205 56 316 43 116 0 23 421 77 61
Binary 10000101 101110 11001110 100011 1001110 0 10011 100010001 111111 110001

Color Harmonies of #852ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852ECE

Black with #852ECE

Text Example


Text Example

White with #852ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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