Html Css Color HEX #B138FF Blue Violet

📋 copy color: '#B138FF'

red 177 ◦ green 56 ◦ blue 255

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

Shades of Blue Violet #B138FF

Tints of Blue Violet #B138FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.25%

R = 36.27%
G = 11.48%
B = 52.25%

CMYK

 C value IS 0.31

 M value IS 0.78

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B138FF (or 0xB138FF) is known color: Blue Violet. HEX triplet: B1, 38 and FF. RGB value is (177,56,255). Sum of RGB (Red+Green+Blue) = 177+56+255=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 56 (22.27% from 255 or 11.48% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #B138FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B138FF is #4EC700. Grayscale: #727272. Windows color (decimal): -5162753 or 16726193. OLE color: 16726193.

HSL color Cylindrical-coordinate representation of color #B138FF: hue angle of 276.48º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B138FF is Cyan = 0.31, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 177 56 255 -
CMYK 0.31 0.78 0 0
HSL 276.48º 1% 0.61% -
HSV(B) 276.48º 0.78% 1% -
XYZ 37.6 19.4 96.37 -
YUV 114.87 207.09 172.32 -
System Red Green Blue C M Y K H S L
Decimal 177 56 255 0.31 0.78 0 0 276.48 1 0.61
Hex B1 38 FF 1F 4E 0 0 114 64 3D
Octal 261 70 377 37 116 0 0 424 144 75
Binary 10110001 111000 11111111 11111 1001110 0 0 100010100 1100100 111101

Color Harmonies of #B138FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B138FF

Black with #B138FF

Text Example


Text Example

White with #B138FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B138FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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