Html Css Color HEX #882BBD Dark Orchid

📋 copy color: '#882BBD'

red 136 ◦ green 43 ◦ blue 189

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

Shades of Dark Orchid #882BBD

Tints of Dark Orchid #882BBD

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.68%

 BLUE value IS 189 (74.22% from 255) = 51.36%

R = 36.96%
G = 11.68%
B = 51.36%

CMYK

 C value IS 0.28

 M value IS 0.77

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#882BBD (or 0x882BBD) is known color: Dark Orchid. HEX triplet: 88, 2B and BD. RGB value is (136,43,189). Sum of RGB (Red+Green+Blue) = 136+43+189=368 (48% of max value = 765). Red value is 136 (53.52% from 255 or 36.96% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 189 (74.22% from 255 or 51.36% from 368); Max value from RGB is 189 - color contains mainly: blue. Hex color #882BBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #882BBD is #77D442. Grayscale: #565656. Windows color (decimal): -7853123 or 12397448. OLE color: 12397448.

HSL color Cylindrical-coordinate representation of color #882BBD: hue angle of 278.22º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #882BBD is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 43 189 -
CMYK 0.28 0.77 0 0.26
HSL 278.22º 0.63% 0.45% -
HSV(B) 278.22º 0.77% 0.74% -
XYZ 20.2 10.64 49.13 -
YUV 87.45 185.31 162.63 -
System Red Green Blue C M Y K H S L
Decimal 136 43 189 0.28 0.77 0 0.26 278.22 0.63 0.45
Hex 88 2B BD 1C 4D 0 1A 116 3F 2D
Octal 210 53 275 34 115 0 32 426 77 55
Binary 10001000 101011 10111101 11100 1001101 0 11010 100010110 111111 101101

Color Harmonies of #882BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #882BBD

Black with #882BBD

Text Example


Text Example

White with #882BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,43,189); }

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

background-color css

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

 a { background-color: rgb(136,43,189); }

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

border-color css

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

 span { border-color: rgb(136,43,189); }

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