Html Css Color HEX #852BDE Blue Violet

📋 copy color: '#852BDE'

red 133 ◦ green 43 ◦ blue 222

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

Shades of Blue Violet #852BDE

Tints of Blue Violet #852BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.78%

R = 33.42%
G = 10.8%
B = 55.78%

CMYK

 C value IS 0.40

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#852BDE (or 0x852BDE) is known color: Blue Violet. HEX triplet: 85, 2B and DE. RGB value is (133,43,222). Sum of RGB (Red+Green+Blue) = 133+43+222=398 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.42% from 398); Green value is 43 (17.19% from 255 or 10.80% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #852BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852BDE is #7AD421. Grayscale: #595959. Windows color (decimal): -8049698 or 14560133. OLE color: 14560133.

HSL color Cylindrical-coordinate representation of color #852BDE: hue angle of 270.17º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #852BDE is Cyan = 0.40, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 133 43 222 -
CMYK 0.40 0.81 0 0.13
HSL 270.17º 0.73% 0.52% -
HSV(B) 270.17º 0.81% 0.87% -
XYZ 23.72 11.99 70.17 -
YUV 90.32 202.32 158.45 -
System Red Green Blue C M Y K H S L
Decimal 133 43 222 0.40 0.81 0 0.13 270.17 0.73 0.52
Hex 85 2B DE 28 51 0 D 10E 49 34
Octal 205 53 336 50 121 0 15 416 111 64
Binary 10000101 101011 11011110 101000 1010001 0 1101 100001110 1001001 110100

Color Harmonies of #852BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852BDE

Black with #852BDE

Text Example


Text Example

White with #852BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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