Html Css Color HEX #852FBA Dark Orchid

📋 copy color: '#852FBA'

red 133 ◦ green 47 ◦ blue 186

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

Shades of Dark Orchid #852FBA

Tints of Dark Orchid #852FBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50.82%

R = 36.34%
G = 12.84%
B = 50.82%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#852FBA (or 0x852FBA) is known color: Dark Orchid. HEX triplet: 85, 2F and BA. RGB value is (133,47,186). Sum of RGB (Red+Green+Blue) = 133+47+186=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 47 (18.75% from 255 or 12.84% from 366); Blue value is 186 (73.05% from 255 or 50.82% from 366); Max value from RGB is 186 - color contains mainly: blue. Hex color #852FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852FBA is #7AD045. Grayscale: #585858. Windows color (decimal): -8048710 or 12201861. OLE color: 12201861.

HSL color Cylindrical-coordinate representation of color #852FBA: hue angle of 277.12º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #852FBA is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 133 47 186 -
CMYK 0.28 0.75 0 0.27
HSL 277.12º 0.6% 0.46% -
HSV(B) 277.12º 0.75% 0.73% -
XYZ 19.55 10.56 47.46 -
YUV 88.56 182.99 159.7 -
System Red Green Blue C M Y K H S L
Decimal 133 47 186 0.28 0.75 0 0.27 277.12 0.6 0.46
Hex 85 2F BA 1C 4B 0 1B 115 3C 2E
Octal 205 57 272 34 113 0 33 425 74 56
Binary 10000101 101111 10111010 11100 1001011 0 11011 100010101 111100 101110

Color Harmonies of #852FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852FBA

Black with #852FBA

Text Example


Text Example

White with #852FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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