Html Css Color HEX #852EB0 Dark Orchid

📋 copy color: '#852EB0'

red 133 ◦ green 46 ◦ blue 176

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

Shades of Dark Orchid #852EB0

Tints of Dark Orchid #852EB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 49.58%

R = 37.46%
G = 12.96%
B = 49.58%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#852EB0 (or 0x852EB0) is known color: Dark Orchid. HEX triplet: 85, 2E and B0. RGB value is (133,46,176). Sum of RGB (Red+Green+Blue) = 133+46+176=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 46 (18.36% from 255 or 12.96% from 355); Blue value is 176 (69.14% from 255 or 49.58% from 355); Max value from RGB is 176 - color contains mainly: blue. Hex color #852EB0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852EB0 is #7AD14F. Grayscale: #565656. Windows color (decimal): -8048976 or 11546245. OLE color: 11546245.

HSL color Cylindrical-coordinate representation of color #852EB0: hue angle of 280.15º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852EB0 is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 133 46 176 -
CMYK 0.24 0.74 0 0.31
HSL 280.15º 0.59% 0.44% -
HSV(B) 280.15º 0.74% 0.69% -
XYZ 18.49 10.08 42.04 -
YUV 86.83 178.32 160.93 -
System Red Green Blue C M Y K H S L
Decimal 133 46 176 0.24 0.74 0 0.31 280.15 0.59 0.44
Hex 85 2E B0 18 4A 0 1F 118 3B 2C
Octal 205 56 260 30 112 0 37 430 73 54
Binary 10000101 101110 10110000 11000 1001010 0 11111 100011000 111011 101100

Color Harmonies of #852EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852EB0

Black with #852EB0

Text Example


Text Example

White with #852EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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