Html Css Color HEX #843FBC Dark Orchid

📋 copy color: '#843FBC'

red 132 ◦ green 63 ◦ blue 188

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

Shades of Dark Orchid #843FBC

Tints of Dark Orchid #843FBC

RGB

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

 GREEN value IS 63 (25% from 255) = 16.45%

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

R = 34.46%
G = 16.45%
B = 49.09%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#843FBC (or 0x843FBC) is known color: Dark Orchid. HEX triplet: 84, 3F and BC. RGB value is (132,63,188). Sum of RGB (Red+Green+Blue) = 132+63+188=383 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.46% from 383); Green value is 63 (25% from 255 or 16.45% from 383); Blue value is 188 (73.83% from 255 or 49.09% from 383); Max value from RGB is 188 - color contains mainly: blue. Hex color #843FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843FBC is #7BC043. Grayscale: #616161. Windows color (decimal): -8110148 or 12337028. OLE color: 12337028.

HSL color Cylindrical-coordinate representation of color #843FBC: hue angle of 273.12º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #843FBC is Cyan = 0.30, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 132 63 188 -
CMYK 0.30 0.66 0 0.26
HSL 273.12º 0.5% 0.49% -
HSV(B) 273.12º 0.66% 0.74% -
XYZ 20.37 12.09 48.84 -
YUV 97.88 178.86 152.34 -
System Red Green Blue C M Y K H S L
Decimal 132 63 188 0.30 0.66 0 0.26 273.12 0.5 0.49
Hex 84 3F BC 1E 42 0 1A 111 32 31
Octal 204 77 274 36 102 0 32 421 62 61
Binary 10000100 111111 10111100 11110 1000010 0 11010 100010001 110010 110001

Color Harmonies of #843FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843FBC

Black with #843FBC

Text Example


Text Example

White with #843FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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