Html Css Color HEX #852CB2 Dark Orchid

📋 copy color: '#852CB2'

red 133 ◦ green 44 ◦ blue 178

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

Shades of Dark Orchid #852CB2

Tints of Dark Orchid #852CB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 50.14%

R = 37.46%
G = 12.39%
B = 50.14%

CMYK

 C value IS 0.25

 M value IS 0.75

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#852CB2 (or 0x852CB2) is known color: Dark Orchid. HEX triplet: 85, 2C and B2. RGB value is (133,44,178). Sum of RGB (Red+Green+Blue) = 133+44+178=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 44 (17.58% from 255 or 12.39% from 355); Blue value is 178 (69.92% from 255 or 50.14% from 355); Max value from RGB is 178 - color contains mainly: blue. Hex color #852CB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852CB2 is #7AD34D. Grayscale: #555555. Windows color (decimal): -8049486 or 11676805. OLE color: 11676805.

HSL color Cylindrical-coordinate representation of color #852CB2: hue angle of 279.85º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852CB2 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 133 44 178 -
CMYK 0.25 0.75 0 0.30
HSL 279.85º 0.6% 0.44% -
HSV(B) 279.85º 0.75% 0.7% -
XYZ 18.61 10 43.07 -
YUV 85.89 179.99 161.6 -
System Red Green Blue C M Y K H S L
Decimal 133 44 178 0.25 0.75 0 0.30 279.85 0.6 0.44
Hex 85 2C B2 19 4B 0 1E 118 3C 2C
Octal 205 54 262 31 113 0 36 430 74 54
Binary 10000101 101100 10110010 11001 1001011 0 11110 100011000 111100 101100

Color Harmonies of #852CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852CB2

Black with #852CB2

Text Example


Text Example

White with #852CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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