Html Css Color HEX #B307DF Dark Violet

📋 copy color: '#B307DF'

red 179 ◦ green 7 ◦ blue 223

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

Shades of Dark Violet #B307DF

Tints of Dark Violet #B307DF

RGB

 RED value IS 179 (70.31% from 255) = 43.77%

 GREEN value IS 7 (3.13% from 255) = 1.71%

 BLUE value IS 223 (87.5% from 255) = 54.52%

R = 43.77%
G = 1.71%
B = 54.52%

CMYK

 C value IS 0.20

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B307DF (or 0xB307DF) is known color: Dark Violet. HEX triplet: B3, 07 and DF. RGB value is (179,7,223). Sum of RGB (Red+Green+Blue) = 179+7+223=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 223 (87.5% from 255 or 54.52% from 409); Max value from RGB is 223 - color contains mainly: blue. Hex color #B307DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B307DF is #4CF820. Grayscale: #525252. Windows color (decimal): -5044257 or 14616499. OLE color: 14616499.

HSL color Cylindrical-coordinate representation of color #B307DF: hue angle of 287.78º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B307DF is Cyan = 0.20, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 7 223 -
CMYK 0.20 0.97 0 0.13
HSL 287.78º 0.94% 0.45% -
HSV(B) 287.78º 0.97% 0.87% -
XYZ 31.99 15.06 71.03 -
YUV 83.05 206.98 196.44 -
System Red Green Blue C M Y K H S L
Decimal 179 7 223 0.20 0.97 0 0.13 287.78 0.94 0.45
Hex B3 7 DF 14 61 0 D 120 5E 2D
Octal 263 7 337 24 141 0 15 440 136 55
Binary 10110011 111 11011111 10100 1100001 0 1101 100100000 1011110 101101

Color Harmonies of #B307DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B307DF

Black with #B307DF

Text Example


Text Example

White with #B307DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B307DF; }

 p { color: rgb(179,7,223); }

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

background-color css

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

 a { background-color: rgb(179,7,223); }

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

border-color css

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

 span { border-color: rgb(179,7,223); }

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