Html Css Color HEX #881FBC Dark Orchid

📋 copy color: '#881FBC'

red 136 ◦ green 31 ◦ blue 188

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

Shades of Dark Orchid #881FBC

Tints of Dark Orchid #881FBC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.73%

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

R = 38.31%
G = 8.73%
B = 52.96%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#881FBC (or 0x881FBC) is known color: Dark Orchid. HEX triplet: 88, 1F and BC. RGB value is (136,31,188). Sum of RGB (Red+Green+Blue) = 136+31+188=355 (47% of max value = 765). Red value is 136 (53.52% from 255 or 38.31% from 355); Green value is 31 (12.5% from 255 or 8.73% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #881FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #881FBC is #77E043. Grayscale: #4F4F4F. Windows color (decimal): -7856196 or 12328840. OLE color: 12328840.

HSL color Cylindrical-coordinate representation of color #881FBC: hue angle of 280.13º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881FBC is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 31 188 -
CMYK 0.28 0.84 0 0.26
HSL 280.13º 0.72% 0.43% -
HSV(B) 280.13º 0.84% 0.74% -
XYZ 19.72 9.85 48.44 -
YUV 80.29 188.79 167.73 -
System Red Green Blue C M Y K H S L
Decimal 136 31 188 0.28 0.84 0 0.26 280.13 0.72 0.43
Hex 88 1F BC 1C 54 0 1A 118 48 2B
Octal 210 37 274 34 124 0 32 430 110 53
Binary 10001000 11111 10111100 11100 1010100 0 11010 100011000 1001000 101011

Color Harmonies of #881FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #881FBC

Black with #881FBC

Text Example


Text Example

White with #881FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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