Html Css Color HEX #B11BDA Dark Orchid

📋 copy color: '#B11BDA'

red 177 ◦ green 27 ◦ blue 218

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

Shades of Dark Orchid #B11BDA

Tints of Dark Orchid #B11BDA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.4%

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

R = 41.94%
G = 6.4%
B = 51.66%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B11BDA (or 0xB11BDA) is known color: Dark Orchid. HEX triplet: B1, 1B and DA. RGB value is (177,27,218). Sum of RGB (Red+Green+Blue) = 177+27+218=422 (55% of max value = 765). Red value is 177 (69.53% from 255 or 41.94% from 422); Green value is 27 (10.94% from 255 or 6.40% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #B11BDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B11BDA is #4EE425. Grayscale: #5D5D5D. Windows color (decimal): -5170214 or 14293937. OLE color: 14293937.

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

Color convert

RGB 177 27 218 -
CMYK 0.19 0.88 0 0.15
HSL 287.12º 0.78% 0.48% -
HSV(B) 287.12º 0.88% 0.85% -
XYZ 31.18 15.19 67.62 -
YUV 93.62 198.2 187.47 -
System Red Green Blue C M Y K H S L
Decimal 177 27 218 0.19 0.88 0 0.15 287.12 0.78 0.48
Hex B1 1B DA 13 58 0 F 11F 4E 30
Octal 261 33 332 23 130 0 17 437 116 60
Binary 10110001 11011 11011010 10011 1011000 0 1111 100011111 1001110 110000

Color Harmonies of #B11BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B11BDA

Black with #B11BDA

Text Example


Text Example

White with #B11BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B11BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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