Html Css Color HEX #852CBB Dark Orchid

📋 copy color: '#852CBB'

red 133 ◦ green 44 ◦ blue 187

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

Shades of Dark Orchid #852CBB

Tints of Dark Orchid #852CBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 51.37%

R = 36.54%
G = 12.09%
B = 51.37%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#852CBB (or 0x852CBB) is known color: Dark Orchid. HEX triplet: 85, 2C and BB. RGB value is (133,44,187). Sum of RGB (Red+Green+Blue) = 133+44+187=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 187 (73.44% from 255 or 51.37% from 364); Max value from RGB is 187 - color contains mainly: blue. Hex color #852CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852CBB is #7AD344. Grayscale: #565656. Windows color (decimal): -8049477 or 12266629. OLE color: 12266629.

HSL color Cylindrical-coordinate representation of color #852CBB: hue angle of 277.34º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #852CBB is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 44 187 -
CMYK 0.29 0.76 0 0.27
HSL 277.34º 0.62% 0.45% -
HSV(B) 277.34º 0.76% 0.73% -
XYZ 19.54 10.38 47.99 -
YUV 86.91 184.49 160.87 -
System Red Green Blue C M Y K H S L
Decimal 133 44 187 0.29 0.76 0 0.27 277.34 0.62 0.45
Hex 85 2C BB 1D 4C 0 1B 115 3E 2D
Octal 205 54 273 35 114 0 33 425 76 55
Binary 10000101 101100 10111011 11101 1001100 0 11011 100010101 111110 101101

Color Harmonies of #852CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852CBB

Black with #852CBB

Text Example


Text Example

White with #852CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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