Html Css Color HEX #B013CF Dark Violet

📋 copy color: '#B013CF'

red 176 ◦ green 19 ◦ blue 207

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

Shades of Dark Violet #B013CF

Tints of Dark Violet #B013CF

RGB

 RED value IS 176 (69.14% from 255) = 43.78%

 GREEN value IS 19 (7.81% from 255) = 4.73%

 BLUE value IS 207 (81.25% from 255) = 51.49%

R = 43.78%
G = 4.73%
B = 51.49%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B013CF (or 0xB013CF) is known color: Dark Violet. HEX triplet: B0, 13 and CF. RGB value is (176,19,207). Sum of RGB (Red+Green+Blue) = 176+19+207=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 19 (7.81% from 255 or 4.73% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #B013CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B013CF is #4FEC30. Grayscale: #565656. Windows color (decimal): -5237809 or 13570992. OLE color: 13570992.

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

Color convert

RGB 176 19 207 -
CMYK 0.15 0.91 0 0.19
HSL 290.11º 0.83% 0.44% -
HSV(B) 290.11º 0.91% 0.81% -
XYZ 29.4 14.2 60.22 -
YUV 87.38 195.51 191.21 -
System Red Green Blue C M Y K H S L
Decimal 176 19 207 0.15 0.91 0 0.19 290.11 0.83 0.44
Hex B0 13 CF F 5B 0 13 122 53 2C
Octal 260 23 317 17 133 0 23 442 123 54
Binary 10110000 10011 11001111 1111 1011011 0 10011 100100010 1010011 101100

Color Harmonies of #B013CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B013CF

Black with #B013CF

Text Example


Text Example

White with #B013CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B013CF; }

 p { color: rgb(176,19,207); }

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

background-color css

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

 a { background-color: rgb(176,19,207); }

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

border-color css

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

 span { border-color: rgb(176,19,207); }

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