Html Css Color HEX #B114DA Dark Violet

📋 copy color: '#B114DA'

red 177 ◦ green 20 ◦ blue 218

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

Shades of Dark Violet #B114DA

Tints of Dark Violet #B114DA

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.82%

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

R = 42.65%
G = 4.82%
B = 52.53%

CMYK

 C value IS 0.19

 M value IS 0.91

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B114DA (or 0xB114DA) is known color: Dark Violet. HEX triplet: B1, 14 and DA. RGB value is (177,20,218). Sum of RGB (Red+Green+Blue) = 177+20+218=415 (54% of max value = 765). Red value is 177 (69.53% from 255 or 42.65% from 415); Green value is 20 (8.20% from 255 or 4.82% from 415); Blue value is 218 (85.55% from 255 or 52.53% from 415); Max value from RGB is 218 - color contains mainly: blue. Hex color #B114DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B114DA is #4EEB25. Grayscale: #585858. Windows color (decimal): -5172006 or 14292145. OLE color: 14292145.

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

Color convert

RGB 177 20 218 -
CMYK 0.19 0.91 0 0.15
HSL 287.58º 0.83% 0.47% -
HSV(B) 287.58º 0.91% 0.85% -
XYZ 31.04 14.91 67.57 -
YUV 89.52 200.51 190.4 -
System Red Green Blue C M Y K H S L
Decimal 177 20 218 0.19 0.91 0 0.15 287.58 0.83 0.47
Hex B1 14 DA 13 5B 0 F 120 53 2F
Octal 261 24 332 23 133 0 17 440 123 57
Binary 10110001 10100 11011010 10011 1011011 0 1111 100100000 1010011 101111

Color Harmonies of #B114DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B114DA

Black with #B114DA

Text Example


Text Example

White with #B114DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B114DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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