Html Css Color HEX #852BBB Dark Orchid

📋 copy color: '#852BBB'

red 133 ◦ green 43 ◦ blue 187

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

Shades of Dark Orchid #852BBB

Tints of Dark Orchid #852BBB

RGB

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

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

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

R = 36.64%
G = 11.85%
B = 51.52%

CMYK

 C value IS 0.29

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#852BBB (or 0x852BBB) is known color: Dark Orchid. HEX triplet: 85, 2B and BB. RGB value is (133,43,187). Sum of RGB (Red+Green+Blue) = 133+43+187=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 43 (17.19% from 255 or 11.85% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #852BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852BBB is #7AD444. Grayscale: #555555. Windows color (decimal): -8049733 or 12266373. OLE color: 12266373.

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

Color convert

RGB 133 43 187 -
CMYK 0.29 0.77 0 0.27
HSL 277.5º 0.63% 0.45% -
HSV(B) 277.5º 0.77% 0.73% -
XYZ 19.51 10.3 47.97 -
YUV 86.33 184.82 161.29 -
System Red Green Blue C M Y K H S L
Decimal 133 43 187 0.29 0.77 0 0.27 277.5 0.63 0.45
Hex 85 2B BB 1D 4D 0 1B 116 3F 2D
Octal 205 53 273 35 115 0 33 426 77 55
Binary 10000101 101011 10111011 11101 1001101 0 11011 100010110 111111 101101

Color Harmonies of #852BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852BBB

Black with #852BBB

Text Example


Text Example

White with #852BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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