Html Css Color HEX #883FBC Dark Orchid

📋 copy color: '#883FBC'

red 136 ◦ green 63 ◦ blue 188

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

Shades of Dark Orchid #883FBC

Tints of Dark Orchid #883FBC

RGB

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

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

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

R = 35.14%
G = 16.28%
B = 48.58%

CMYK

 C value IS 0.28

 M value IS 0.66

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#883FBC (or 0x883FBC) is known color: Dark Orchid. HEX triplet: 88, 3F and BC. RGB value is (136,63,188). Sum of RGB (Red+Green+Blue) = 136+63+188=387 (51% of max value = 765). Red value is 136 (53.52% from 255 or 35.14% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 188 (73.83% from 255 or 48.58% from 387); Max value from RGB is 188 - color contains mainly: blue. Hex color #883FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883FBC is #77C043. Grayscale: #626262. Windows color (decimal): -7848004 or 12337032. OLE color: 12337032.

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

Color convert

RGB 136 63 188 -
CMYK 0.28 0.66 0 0.26
HSL 275.04º 0.5% 0.49% -
HSV(B) 275.04º 0.66% 0.74% -
XYZ 21.01 12.42 48.87 -
YUV 99.08 178.18 154.34 -
System Red Green Blue C M Y K H S L
Decimal 136 63 188 0.28 0.66 0 0.26 275.04 0.5 0.49
Hex 88 3F BC 1C 42 0 1A 113 32 31
Octal 210 77 274 34 102 0 32 423 62 61
Binary 10001000 111111 10111100 11100 1000010 0 11010 100010011 110010 110001

Color Harmonies of #883FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #883FBC

Black with #883FBC

Text Example


Text Example

White with #883FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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