Html Css Color HEX #B13AD5 Dark Orchid

📋 copy color: '#B13AD5'

red 177 ◦ green 58 ◦ blue 213

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

Shades of Dark Orchid #B13AD5

Tints of Dark Orchid #B13AD5

RGB

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

 GREEN value IS 58 (23.05% from 255) = 12.95%

 BLUE value IS 213 (83.59% from 255) = 47.54%

R = 39.51%
G = 12.95%
B = 47.54%

CMYK

 C value IS 0.17

 M value IS 0.73

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B13AD5 (or 0xB13AD5) is known color: Dark Orchid. HEX triplet: B1, 3A and D5. RGB value is (177,58,213). Sum of RGB (Red+Green+Blue) = 177+58+213=448 (59% of max value = 765). Red value is 177 (69.53% from 255 or 39.51% from 448); Green value is 58 (23.05% from 255 or 12.95% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 213 - color contains mainly: blue. Hex color #B13AD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B13AD5 is #4EC52A. Grayscale: #6E6E6E. Windows color (decimal): -5162283 or 13974193. OLE color: 13974193.

HSL color Cylindrical-coordinate representation of color #B13AD5: hue angle of 286.06º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B13AD5 is Cyan = 0.17, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 58 213 -
CMYK 0.17 0.73 0 0.16
HSL 286.06º 0.65% 0.53% -
HSV(B) 286.06º 0.73% 0.84% -
XYZ 31.65 17.18 64.6 -
YUV 111.25 185.42 174.9 -
System Red Green Blue C M Y K H S L
Decimal 177 58 213 0.17 0.73 0 0.16 286.06 0.65 0.53
Hex B1 3A D5 11 49 0 10 11E 41 35
Octal 261 72 325 21 111 0 20 436 101 65
Binary 10110001 111010 11010101 10001 1001001 0 10000 100011110 1000001 110101

Color Harmonies of #B13AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13AD5

Black with #B13AD5

Text Example


Text Example

White with #B13AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13AD5; }

 p { color: rgb(177,58,213); }

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

background-color css

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

 a { background-color: rgb(177,58,213); }

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

border-color css

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

 span { border-color: rgb(177,58,213); }

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