Html Css Color HEX #842FBC Dark Orchid

📋 copy color: '#842FBC'

red 132 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #842FBC

Tints of Dark Orchid #842FBC

RGB

 RED value IS 132 (51.95% from 255) = 35.97%

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

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

R = 35.97%
G = 12.81%
B = 51.23%

CMYK

 C value IS 0.30

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#842FBC (or 0x842FBC) is known color: Dark Orchid. HEX triplet: 84, 2F and BC. RGB value is (132,47,188). Sum of RGB (Red+Green+Blue) = 132+47+188=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 47 (18.75% from 255 or 12.81% from 367); Blue value is 188 (73.83% from 255 or 51.23% from 367); Max value from RGB is 188 - color contains mainly: blue. Hex color #842FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842FBC is #7BD043. Grayscale: #585858. Windows color (decimal): -8114244 or 12332932. OLE color: 12332932.

HSL color Cylindrical-coordinate representation of color #842FBC: hue angle of 276.17º 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 #842FBC is Cyan = 0.30, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 47 188 -
CMYK 0.30 0.75 0 0.26
HSL 276.17º 0.6% 0.46% -
HSV(B) 276.17º 0.75% 0.74% -
XYZ 19.61 10.57 48.58 -
YUV 88.49 184.16 159.04 -
System Red Green Blue C M Y K H S L
Decimal 132 47 188 0.30 0.75 0 0.26 276.17 0.6 0.46
Hex 84 2F BC 1E 4B 0 1A 114 3C 2E
Octal 204 57 274 36 113 0 32 424 74 56
Binary 10000100 101111 10111100 11110 1001011 0 11010 100010100 111100 101110

Color Harmonies of #842FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842FBC

Black with #842FBC

Text Example


Text Example

White with #842FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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