Html Css Color HEX #B13CFB Blue Violet

📋 copy color: '#B13CFB'

red 177 ◦ green 60 ◦ blue 251

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

Shades of Blue Violet #B13CFB

Tints of Blue Violet #B13CFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.43%

R = 36.27%
G = 12.3%
B = 51.43%

CMYK

 C value IS 0.29

 M value IS 0.76

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B13CFB (or 0xB13CFB) is known color: Blue Violet. HEX triplet: B1, 3C and FB. RGB value is (177,60,251). Sum of RGB (Red+Green+Blue) = 177+60+251=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 60 (23.83% from 255 or 12.30% from 488); Blue value is 251 (98.44% from 255 or 51.43% from 488); Max value from RGB is 251 - color contains mainly: blue. Hex color #B13CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13CFB is #4EC304. Grayscale: #747474. Windows color (decimal): -5161733 or 16465073. OLE color: 16465073.

HSL color Cylindrical-coordinate representation of color #B13CFB: hue angle of 276.75º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B13CFB is Cyan = 0.29, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 60 251 -
CMYK 0.29 0.76 0 0.02
HSL 276.75º 0.96% 0.61% -
HSV(B) 276.75º 0.76% 0.98% -
XYZ 37.16 19.54 93.08 -
YUV 116.76 203.76 170.97 -
System Red Green Blue C M Y K H S L
Decimal 177 60 251 0.29 0.76 0 0.02 276.75 0.96 0.61
Hex B1 3C FB 1D 4C 0 2 115 60 3D
Octal 261 74 373 35 114 0 2 425 140 75
Binary 10110001 111100 11111011 11101 1001100 0 10 100010101 1100000 111101

Color Harmonies of #B13CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13CFB

Black with #B13CFB

Text Example


Text Example

White with #B13CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13CFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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