Html Css Color HEX #B13CFC Blue Violet

📋 copy color: '#B13CFC'

red 177 ◦ green 60 ◦ blue 252

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

Shades of Blue Violet #B13CFC

Tints of Blue Violet #B13CFC

RGB

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

 GREEN value IS 60 (23.83% from 255) = 12.27%

 BLUE value IS 252 (98.83% from 255) = 51.53%

R = 36.2%
G = 12.27%
B = 51.53%

CMYK

 C value IS 0.30

 M value IS 0.76

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B13CFC (or 0xB13CFC) is known color: Blue Violet. HEX triplet: B1, 3C and FC. RGB value is (177,60,252). Sum of RGB (Red+Green+Blue) = 177+60+252=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 60 (23.83% from 255 or 12.27% from 489); Blue value is 252 (98.83% from 255 or 51.53% from 489); Max value from RGB is 252 - color contains mainly: blue. Hex color #B13CFC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13CFC is #4EC303. Grayscale: #747474. Windows color (decimal): -5161732 or 16530609. OLE color: 16530609.

HSL color Cylindrical-coordinate representation of color #B13CFC: hue angle of 276.56º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B13CFC is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 60 252 -
CMYK 0.30 0.76 0 0.01
HSL 276.56º 0.97% 0.61% -
HSV(B) 276.56º 0.76% 0.99% -
XYZ 37.32 19.61 93.91 -
YUV 116.87 204.26 170.89 -
System Red Green Blue C M Y K H S L
Decimal 177 60 252 0.30 0.76 0 0.01 276.56 0.97 0.61
Hex B1 3C FC 1E 4C 0 1 115 61 3D
Octal 261 74 374 36 114 0 1 425 141 75
Binary 10110001 111100 11111100 11110 1001100 0 1 100010101 1100001 111101

Color Harmonies of #B13CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13CFC

Black with #B13CFC

Text Example


Text Example

White with #B13CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13CFC; }

 p { color: rgb(177,60,252); }

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

background-color css

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

 a { background-color: rgb(177,60,252); }

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

border-color css

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

 span { border-color: rgb(177,60,252); }

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