Html Css Color HEX #B138DD Dark Orchid

📋 copy color: '#B138DD'

red 177 ◦ green 56 ◦ blue 221

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

Shades of Dark Orchid #B138DD

Tints of Dark Orchid #B138DD

RGB

 RED value IS 177 (69.53% from 255) = 38.99%

 GREEN value IS 56 (22.27% from 255) = 12.33%

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 38.99%
G = 12.33%
B = 48.68%

CMYK

 C value IS 0.20

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B138DD (or 0xB138DD) is known color: Dark Orchid. HEX triplet: B1, 38 and DD. RGB value is (177,56,221). Sum of RGB (Red+Green+Blue) = 177+56+221=454 (60% of max value = 765). Red value is 177 (69.53% from 255 or 38.99% from 454); Green value is 56 (22.27% from 255 or 12.33% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #B138DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B138DD is #4EC722. Grayscale: #6E6E6E. Windows color (decimal): -5162787 or 14497969. OLE color: 14497969.

HSL color Cylindrical-coordinate representation of color #B138DD: hue angle of 284º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B138DD is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 56 221 -
CMYK 0.20 0.75 0 0.13
HSL 284º 0.71% 0.54% -
HSV(B) 284º 0.75% 0.87% -
XYZ 32.6 17.4 70.05 -
YUV 110.99 190.09 175.08 -
System Red Green Blue C M Y K H S L
Decimal 177 56 221 0.20 0.75 0 0.13 284 0.71 0.54
Hex B1 38 DD 14 4B 0 D 11C 47 36
Octal 261 70 335 24 113 0 15 434 107 66
Binary 10110001 111000 11011101 10100 1001011 0 1101 100011100 1000111 110110

Color Harmonies of #B138DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B138DD

Black with #B138DD

Text Example


Text Example

White with #B138DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B138DD; }

 p { color: rgb(177,56,221); }

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

background-color css

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

 a { background-color: rgb(177,56,221); }

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

border-color css

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

 span { border-color: rgb(177,56,221); }

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