Html Css Color HEX #B136F6 Blue Violet

📋 copy color: '#B136F6'

red 177 ◦ green 54 ◦ blue 246

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

Shades of Blue Violet #B136F6

Tints of Blue Violet #B136F6

RGB

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

 GREEN value IS 54 (21.48% from 255) = 11.32%

 BLUE value IS 246 (96.48% from 255) = 51.57%

R = 37.11%
G = 11.32%
B = 51.57%

CMYK

 C value IS 0.28

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B136F6 (or 0xB136F6) is known color: Blue Violet. HEX triplet: B1, 36 and F6. RGB value is (177,54,246). Sum of RGB (Red+Green+Blue) = 177+54+246=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 54 (21.48% from 255 or 11.32% from 477); Blue value is 246 (96.48% from 255 or 51.57% from 477); Max value from RGB is 246 - color contains mainly: blue. Hex color #B136F6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B136F6 is #4EC909. Grayscale: #707070. Windows color (decimal): -5163274 or 16135857. OLE color: 16135857.

HSL color Cylindrical-coordinate representation of color #B136F6: hue angle of 278.44º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B136F6 is Cyan = 0.28, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 54 246 -
CMYK 0.28 0.78 0 0.04
HSL 278.44º 0.91% 0.59% -
HSV(B) 278.44º 0.78% 0.96% -
XYZ 36.09 18.64 88.88 -
YUV 112.67 203.25 173.89 -
System Red Green Blue C M Y K H S L
Decimal 177 54 246 0.28 0.78 0 0.04 278.44 0.91 0.59
Hex B1 36 F6 1C 4E 0 4 116 5B 3B
Octal 261 66 366 34 116 0 4 426 133 73
Binary 10110001 110110 11110110 11100 1001110 0 100 100010110 1011011 111011

Color Harmonies of #B136F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B136F6

Black with #B136F6

Text Example


Text Example

White with #B136F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B136F6; }

 p { color: rgb(177,54,246); }

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

background-color css

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

 a { background-color: rgb(177,54,246); }

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

border-color css

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

 span { border-color: rgb(177,54,246); }

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