Html Css Color HEX #B138FB Blue Violet

📋 copy color: '#B138FB'

red 177 ◦ green 56 ◦ blue 251

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

Shades of Blue Violet #B138FB

Tints of Blue Violet #B138FB

RGB

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

 GREEN value IS 56 (22.27% from 255) = 11.57%

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

R = 36.57%
G = 11.57%
B = 51.86%

CMYK

 C value IS 0.29

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B138FB (or 0xB138FB) is known color: Blue Violet. HEX triplet: B1, 38 and FB. RGB value is (177,56,251). Sum of RGB (Red+Green+Blue) = 177+56+251=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 56 (22.27% from 255 or 11.57% from 484); Blue value is 251 (98.44% from 255 or 51.86% from 484); Max value from RGB is 251 - color contains mainly: blue. Hex color #B138FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B138FB is #4EC704. Grayscale: #717171. Windows color (decimal): -5162757 or 16464049. OLE color: 16464049.

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

Color convert

RGB 177 56 251 -
CMYK 0.29 0.78 0 0.02
HSL 277.23º 0.96% 0.6% -
HSV(B) 277.23º 0.78% 0.98% -
XYZ 36.96 19.14 93.01 -
YUV 114.41 205.09 172.64 -
System Red Green Blue C M Y K H S L
Decimal 177 56 251 0.29 0.78 0 0.02 277.23 0.96 0.6
Hex B1 38 FB 1D 4E 0 2 115 60 3C
Octal 261 70 373 35 116 0 2 425 140 74
Binary 10110001 111000 11111011 11101 1001110 0 10 100010101 1100000 111100

Color Harmonies of #B138FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B138FB

Black with #B138FB

Text Example


Text Example

White with #B138FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B138FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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