Html Css Color HEX #883BBC Dark Orchid

📋 copy color: '#883BBC'

red 136 ◦ green 59 ◦ blue 188

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

Shades of Dark Orchid #883BBC

Tints of Dark Orchid #883BBC

RGB

 RED value IS 136 (53.52% from 255) = 35.51%

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

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

R = 35.51%
G = 15.4%
B = 49.09%

CMYK

 C value IS 0.28

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#883BBC (or 0x883BBC) is known color: Dark Orchid. HEX triplet: 88, 3B and BC. RGB value is (136,59,188). Sum of RGB (Red+Green+Blue) = 136+59+188=383 (50% of max value = 765). Red value is 136 (53.52% from 255 or 35.51% from 383); Green value is 59 (23.44% from 255 or 15.40% 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 #883BBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883BBC is #77C443. Grayscale: #606060. Windows color (decimal): -7849028 or 12336008. OLE color: 12336008.

HSL color Cylindrical-coordinate representation of color #883BBC: hue angle of 275.81º 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 #883BBC is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 59 188 -
CMYK 0.28 0.69 0 0.26
HSL 275.81º 0.52% 0.48% -
HSV(B) 275.81º 0.69% 0.74% -
XYZ 20.79 11.99 48.8 -
YUV 96.73 179.51 156.01 -
System Red Green Blue C M Y K H S L
Decimal 136 59 188 0.28 0.69 0 0.26 275.81 0.52 0.48
Hex 88 3B BC 1C 45 0 1A 114 34 30
Octal 210 73 274 34 105 0 32 424 64 60
Binary 10001000 111011 10111100 11100 1000101 0 11010 100010100 110100 110000

Color Harmonies of #883BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883BBC

Black with #883BBC

Text Example


Text Example

White with #883BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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