Html Css Color HEX #882FBC Dark Orchid

📋 copy color: '#882FBC'

red 136 ◦ green 47 ◦ blue 188

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

Shades of Dark Orchid #882FBC

Tints of Dark Orchid #882FBC

RGB

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

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

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

R = 36.66%
G = 12.67%
B = 50.67%

CMYK

 C value IS 0.28

 M value IS 0.75

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#882FBC (or 0x882FBC) is known color: Dark Orchid. HEX triplet: 88, 2F and BC. RGB value is (136,47,188). Sum of RGB (Red+Green+Blue) = 136+47+188=371 (49% of max value = 765). Red value is 136 (53.52% from 255 or 36.66% from 371); Green value is 47 (18.75% from 255 or 12.67% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #882FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882FBC is #77D043. Grayscale: #595959. Windows color (decimal): -7852100 or 12332936. OLE color: 12332936.

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

Color convert

RGB 136 47 188 -
CMYK 0.28 0.75 0 0.26
HSL 277.87º 0.6% 0.46% -
HSV(B) 277.87º 0.75% 0.74% -
XYZ 20.25 10.9 48.61 -
YUV 89.69 183.49 161.04 -
System Red Green Blue C M Y K H S L
Decimal 136 47 188 0.28 0.75 0 0.26 277.87 0.6 0.46
Hex 88 2F BC 1C 4B 0 1A 116 3C 2E
Octal 210 57 274 34 113 0 32 426 74 56
Binary 10001000 101111 10111100 11100 1001011 0 11010 100010110 111100 101110

Color Harmonies of #882FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882FBC

Black with #882FBC

Text Example


Text Example

White with #882FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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