Html Css Color HEX #B10DDA Dark Violet

📋 copy color: '#B10DDA'

red 177 ◦ green 13 ◦ blue 218

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

Shades of Dark Violet #B10DDA

Tints of Dark Violet #B10DDA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.19%

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

R = 43.38%
G = 3.19%
B = 53.43%

CMYK

 C value IS 0.19

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B10DDA (or 0xB10DDA) is known color: Dark Violet. HEX triplet: B1, 0D and DA. RGB value is (177,13,218). Sum of RGB (Red+Green+Blue) = 177+13+218=408 (54% of max value = 765). Red value is 177 (69.53% from 255 or 43.38% from 408); Green value is 13 (5.47% from 255 or 3.19% from 408); Blue value is 218 (85.55% from 255 or 53.43% from 408); Max value from RGB is 218 - color contains mainly: blue. Hex color #B10DDA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B10DDA is #4EF225. Grayscale: #545454. Windows color (decimal): -5173798 or 14290353. OLE color: 14290353.

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

Color convert

RGB 177 13 218 -
CMYK 0.19 0.94 0 0.15
HSL 288º 0.89% 0.45% -
HSV(B) 288º 0.94% 0.85% -
XYZ 30.93 14.7 67.54 -
YUV 85.41 202.83 193.33 -
System Red Green Blue C M Y K H S L
Decimal 177 13 218 0.19 0.94 0 0.15 288 0.89 0.45
Hex B1 D DA 13 5E 0 F 120 59 2D
Octal 261 15 332 23 136 0 17 440 131 55
Binary 10110001 1101 11011010 10011 1011110 0 1111 100100000 1011001 101101

Color Harmonies of #B10DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10DDA

Black with #B10DDA

Text Example


Text Example

White with #B10DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10DDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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