Html Css Color HEX #852FB2 Dark Orchid

📋 copy color: '#852FB2'

red 133 ◦ green 47 ◦ blue 178

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

Shades of Dark Orchid #852FB2

Tints of Dark Orchid #852FB2

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.13%

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

R = 37.15%
G = 13.13%
B = 49.72%

CMYK

 C value IS 0.25

 M value IS 0.74

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#852FB2 (or 0x852FB2) is known color: Dark Orchid. HEX triplet: 85, 2F and B2. RGB value is (133,47,178). Sum of RGB (Red+Green+Blue) = 133+47+178=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 47 (18.75% from 255 or 13.13% from 358); Blue value is 178 (69.92% from 255 or 49.72% from 358); Max value from RGB is 178 - color contains mainly: blue. Hex color #852FB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #852FB2 is #7AD04D. Grayscale: #575757. Windows color (decimal): -8048718 or 11677573. OLE color: 11677573.

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

Color convert

RGB 133 47 178 -
CMYK 0.25 0.74 0 0.30
HSL 279.39º 0.58% 0.44% -
HSV(B) 279.39º 0.74% 0.7% -
XYZ 18.73 10.23 43.11 -
YUV 87.65 178.99 160.35 -
System Red Green Blue C M Y K H S L
Decimal 133 47 178 0.25 0.74 0 0.30 279.39 0.58 0.44
Hex 85 2F B2 19 4A 0 1E 117 3A 2C
Octal 205 57 262 31 112 0 36 427 72 54
Binary 10000101 101111 10110010 11001 1001010 0 11110 100010111 111010 101100

Color Harmonies of #852FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852FB2

Black with #852FB2

Text Example


Text Example

White with #852FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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