Html Css Color HEX #B003CF Dark Violet

📋 copy color: '#B003CF'

red 176 ◦ green 3 ◦ blue 207

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

Shades of Dark Violet #B003CF

Tints of Dark Violet #B003CF

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.78%

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

R = 45.6%
G = 0.78%
B = 53.63%

CMYK

 C value IS 0.15

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B003CF (or 0xB003CF) is known color: Dark Violet. HEX triplet: B0, 03 and CF. RGB value is (176,3,207). Sum of RGB (Red+Green+Blue) = 176+3+207=386 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.60% from 386); Green value is 3 (1.56% from 255 or 0.78% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #B003CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B003CF is #4FFC30. Grayscale: #4D4D4D. Windows color (decimal): -5241905 or 13566896. OLE color: 13566896.

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

Color convert

RGB 176 3 207 -
CMYK 0.15 0.99 0 0.19
HSL 290.88º 0.97% 0.41% -
HSV(B) 290.88º 0.99% 0.81% -
XYZ 29.2 13.8 60.16 -
YUV 77.98 200.81 197.91 -
System Red Green Blue C M Y K H S L
Decimal 176 3 207 0.15 0.99 0 0.19 290.88 0.97 0.41
Hex B0 3 CF F 63 0 13 123 61 29
Octal 260 3 317 17 143 0 23 443 141 51
Binary 10110000 11 11001111 1111 1100011 0 10011 100100011 1100001 101001

Color Harmonies of #B003CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B003CF

Black with #B003CF

Text Example


Text Example

White with #B003CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B003CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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