Html Css Color HEX #852BBD Dark Orchid

📋 copy color: '#852BBD'

red 133 ◦ green 43 ◦ blue 189

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

Shades of Dark Orchid #852BBD

Tints of Dark Orchid #852BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 51.78%

R = 36.44%
G = 11.78%
B = 51.78%

CMYK

 C value IS 0.30

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#852BBD (or 0x852BBD) is known color: Dark Orchid. HEX triplet: 85, 2B and BD. RGB value is (133,43,189). Sum of RGB (Red+Green+Blue) = 133+43+189=365 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.44% from 365); Green value is 43 (17.19% from 255 or 11.78% from 365); Blue value is 189 (74.22% from 255 or 51.78% from 365); Max value from RGB is 189 - color contains mainly: blue. Hex color #852BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852BBD is #7AD442. Grayscale: #565656. Windows color (decimal): -8049731 or 12397445. OLE color: 12397445.

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

Color convert

RGB 133 43 189 -
CMYK 0.30 0.77 0 0.26
HSL 276.99º 0.63% 0.45% -
HSV(B) 276.99º 0.77% 0.74% -
XYZ 19.72 10.39 49.11 -
YUV 86.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 133 43 189 0.30 0.77 0 0.26 276.99 0.63 0.45
Hex 85 2B BD 1E 4D 0 1A 115 3F 2D
Octal 205 53 275 36 115 0 32 425 77 55
Binary 10000101 101011 10111101 11110 1001101 0 11010 100010101 111111 101101

Color Harmonies of #852BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852BBD

Black with #852BBD

Text Example


Text Example

White with #852BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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