Html Css Color HEX #852BBE Dark Orchid

📋 copy color: '#852BBE'

red 133 ◦ green 43 ◦ blue 190

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

Shades of Dark Orchid #852BBE

Tints of Dark Orchid #852BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 51.91%

R = 36.34%
G = 11.75%
B = 51.91%

CMYK

 C value IS 0.3

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#852BBE (or 0x852BBE) is known color: Dark Orchid. HEX triplet: 85, 2B and BE. RGB value is (133,43,190). Sum of RGB (Red+Green+Blue) = 133+43+190=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 190 (74.61% from 255 or 51.91% from 366); Max value from RGB is 190 - color contains mainly: blue. Hex color #852BBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852BBE is #7AD441. Grayscale: #565656. Windows color (decimal): -8049730 or 12462981. OLE color: 12462981.

HSL color Cylindrical-coordinate representation of color #852BBE: hue angle of 276.73º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #852BBE is Cyan = 0.3, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 43 190 -
CMYK 0.3 0.77 0 0.25
HSL 276.73º 0.63% 0.46% -
HSV(B) 276.73º 0.77% 0.75% -
XYZ 19.83 10.43 49.68 -
YUV 86.67 186.32 161.05 -
System Red Green Blue C M Y K H S L
Decimal 133 43 190 0.3 0.77 0 0.25 276.73 0.63 0.46
Hex 85 2B BE 1E 4D 0 19 115 3F 2E
Octal 205 53 276 36 115 0 31 425 77 56
Binary 10000101 101011 10111110 11110 1001101 0 11001 100010101 111111 101110

Color Harmonies of #852BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852BBE

Black with #852BBE

Text Example


Text Example

White with #852BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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