Html Css Color HEX #843BBC Dark Orchid

📋 copy color: '#843BBC'

red 132 ◦ green 59 ◦ blue 188

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

Shades of Dark Orchid #843BBC

Tints of Dark Orchid #843BBC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 15.57%

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

R = 34.83%
G = 15.57%
B = 49.6%

CMYK

 C value IS 0.30

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#843BBC (or 0x843BBC) is known color: Dark Orchid. HEX triplet: 84, 3B and BC. RGB value is (132,59,188). Sum of RGB (Red+Green+Blue) = 132+59+188=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 59 (23.44% from 255 or 15.57% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #843BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843BBC is #7BC443. Grayscale: #5F5F5F. Windows color (decimal): -8111172 or 12336004. OLE color: 12336004.

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

Color convert

RGB 132 59 188 -
CMYK 0.30 0.69 0 0.26
HSL 273.95º 0.52% 0.48% -
HSV(B) 273.95º 0.69% 0.74% -
XYZ 20.16 11.66 48.77 -
YUV 95.53 180.18 154.01 -
System Red Green Blue C M Y K H S L
Decimal 132 59 188 0.30 0.69 0 0.26 273.95 0.52 0.48
Hex 84 3B BC 1E 45 0 1A 112 34 30
Octal 204 73 274 36 105 0 32 422 64 60
Binary 10000100 111011 10111100 11110 1000101 0 11010 100010010 110100 110000

Color Harmonies of #843BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #843BBC

Black with #843BBC

Text Example


Text Example

White with #843BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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