Html Css Color HEX #B11DDA Dark Orchid

📋 copy color: '#B11DDA'

red 177 ◦ green 29 ◦ blue 218

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

Shades of Dark Orchid #B11DDA

Tints of Dark Orchid #B11DDA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.84%

 BLUE value IS 218 (85.55% from 255) = 51.42%

R = 41.75%
G = 6.84%
B = 51.42%

CMYK

 C value IS 0.19

 M value IS 0.87

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B11DDA (or 0xB11DDA) is known color: Dark Orchid. HEX triplet: B1, 1D and DA. RGB value is (177,29,218). Sum of RGB (Red+Green+Blue) = 177+29+218=424 (56% of max value = 765). Red value is 177 (69.53% from 255 or 41.75% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #B11DDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11DDA is #4EE225. Grayscale: #5E5E5E. Windows color (decimal): -5169702 or 14294449. OLE color: 14294449.

HSL color Cylindrical-coordinate representation of color #B11DDA: hue angle of 286.98º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B11DDA is Cyan = 0.19, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 29 218 -
CMYK 0.19 0.87 0 0.15
HSL 286.98º 0.77% 0.48% -
HSV(B) 286.98º 0.87% 0.85% -
XYZ 31.23 15.29 67.63 -
YUV 94.8 197.53 186.63 -
System Red Green Blue C M Y K H S L
Decimal 177 29 218 0.19 0.87 0 0.15 286.98 0.77 0.48
Hex B1 1D DA 13 57 0 F 11F 4D 30
Octal 261 35 332 23 127 0 17 437 115 60
Binary 10110001 11101 11011010 10011 1010111 0 1111 100011111 1001101 110000

Color Harmonies of #B11DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11DDA

Black with #B11DDA

Text Example


Text Example

White with #B11DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11DDA; }

 p { color: rgb(177,29,218); }

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

background-color css

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

 a { background-color: rgb(177,29,218); }

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

border-color css

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

 span { border-color: rgb(177,29,218); }

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