Html Css Color HEX #852BEE Blue Violet

📋 copy color: '#852BEE'

red 133 ◦ green 43 ◦ blue 238

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

Shades of Blue Violet #852BEE

Tints of Blue Violet #852BEE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 10.39%

 BLUE value IS 238 (93.36% from 255) = 57.49%

R = 32.13%
G = 10.39%
B = 57.49%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#852BEE (or 0x852BEE) is known color: Blue Violet. HEX triplet: 85, 2B and EE. RGB value is (133,43,238). Sum of RGB (Red+Green+Blue) = 133+43+238=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 43 (17.19% from 255 or 10.39% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #852BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #852BEE is #7AD411. Grayscale: #5B5B5B. Windows color (decimal): -8049682 or 15608709. OLE color: 15608709.

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

Color convert

RGB 133 43 238 -
CMYK 0.44 0.82 0 0.07
HSL 267.69º 0.85% 0.55% -
HSV(B) 267.69º 0.82% 0.93% -
XYZ 25.97 12.89 82.01 -
YUV 92.14 210.32 157.14 -
System Red Green Blue C M Y K H S L
Decimal 133 43 238 0.44 0.82 0 0.07 267.69 0.85 0.55
Hex 85 2B EE 2C 52 0 7 10C 55 37
Octal 205 53 356 54 122 0 7 414 125 67
Binary 10000101 101011 11101110 101100 1010010 0 111 100001100 1010101 110111

Color Harmonies of #852BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852BEE

Black with #852BEE

Text Example


Text Example

White with #852BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,43,238); }

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

background-color css

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

 a { background-color: rgb(133,43,238); }

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

border-color css

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

 span { border-color: rgb(133,43,238); }

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