Html Css Color HEX #852FBC Dark Orchid

📋 copy color: '#852FBC'

red 133 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #852FBC

Tints of Dark Orchid #852FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 51.09%

R = 36.14%
G = 12.77%
B = 51.09%

CMYK

 C value IS 0.29

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#852FBC (or 0x852FBC) is known color: Dark Orchid. HEX triplet: 85, 2F and BC. RGB value is (133,47,188). Sum of RGB (Red+Green+Blue) = 133+47+188=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 47 (18.75% from 255 or 12.77% from 368); Blue value is 188 (73.83% from 255 or 51.09% from 368); Max value from RGB is 188 - color contains mainly: blue. Hex color #852FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #852FBC is #7AD043. Grayscale: #585858. Windows color (decimal): -8048708 or 12332933. OLE color: 12332933.

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

Color convert

RGB 133 47 188 -
CMYK 0.29 0.75 0 0.26
HSL 276.6º 0.6% 0.46% -
HSV(B) 276.6º 0.75% 0.74% -
XYZ 19.77 10.65 48.59 -
YUV 88.79 183.99 159.54 -
System Red Green Blue C M Y K H S L
Decimal 133 47 188 0.29 0.75 0 0.26 276.6 0.6 0.46
Hex 85 2F BC 1D 4B 0 1A 115 3C 2E
Octal 205 57 274 35 113 0 32 425 74 56
Binary 10000101 101111 10111100 11101 1001011 0 11010 100010101 111100 101110

Color Harmonies of #852FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852FBC

Black with #852FBC

Text Example


Text Example

White with #852FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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