Html Css Color HEX #B13CFD Blue Violet

📋 copy color: '#B13CFD'

red 177 ◦ green 60 ◦ blue 253

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

Shades of Blue Violet #B13CFD

Tints of Blue Violet #B13CFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 51.63%

R = 36.12%
G = 12.24%
B = 51.63%

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

#B13CFD (or 0xB13CFD) is known color: Blue Violet. HEX triplet: B1, 3C and FD. RGB value is (177,60,253). Sum of RGB (Red+Green+Blue) = 177+60+253=490 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.12% from 490); Green value is 60 (23.83% from 255 or 12.24% from 490); Blue value is 253 (99.22% from 255 or 51.63% from 490); Max value from RGB is 253 - color contains mainly: blue. Hex color #B13CFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B13CFD is #4EC302. Grayscale: #747474. Windows color (decimal): -5161731 or 16596145. OLE color: 16596145.

HSL color Cylindrical-coordinate representation of color #B13CFD: hue angle of 276.37º degrees, saturation: 0.98, 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 #B13CFD is Cyan = 0.30, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 60 253 -
CMYK 0.30 0.76 0 0.01
HSL 276.37º 0.98% 0.61% -
HSV(B) 276.37º 0.76% 0.99% -
XYZ 37.48 19.67 94.75 -
YUV 116.99 204.76 170.81 -
System Red Green Blue C M Y K H S L
Decimal 177 60 253 0.30 0.76 0 0.01 276.37 0.98 0.61
Hex B1 3C FD 1E 4C 0 1 114 62 3D
Octal 261 74 375 36 114 0 1 424 142 75
Binary 10110001 111100 11111101 11110 1001100 0 1 100010100 1100010 111101

Color Harmonies of #B13CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13CFD

Black with #B13CFD

Text Example


Text Example

White with #B13CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13CFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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