Html Css Color HEX #B136FD Blue Violet

📋 copy color: '#B136FD'

red 177 ◦ green 54 ◦ blue 253

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

Shades of Blue Violet #B136FD

Tints of Blue Violet #B136FD

RGB

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

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

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

R = 36.57%
G = 11.16%
B = 52.27%

CMYK

 C value IS 0.30

 M value IS 0.79

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B136FD (or 0xB136FD) is known color: Blue Violet. HEX triplet: B1, 36 and FD. RGB value is (177,54,253). Sum of RGB (Red+Green+Blue) = 177+54+253=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #B136FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B136FD is #4EC902. Grayscale: #707070. Windows color (decimal): -5163267 or 16594609. OLE color: 16594609.

HSL color Cylindrical-coordinate representation of color #B136FD: hue angle of 277.09º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B136FD is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 54 253 -
CMYK 0.30 0.79 0 0.01
HSL 277.09º 0.98% 0.6% -
HSV(B) 277.09º 0.79% 0.99% -
XYZ 37.18 19.08 94.65 -
YUV 113.46 206.75 173.32 -
System Red Green Blue C M Y K H S L
Decimal 177 54 253 0.30 0.79 0 0.01 277.09 0.98 0.6
Hex B1 36 FD 1E 4F 0 1 115 62 3C
Octal 261 66 375 36 117 0 1 425 142 74
Binary 10110001 110110 11111101 11110 1001111 0 1 100010101 1100010 111100

Color Harmonies of #B136FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B136FD

Black with #B136FD

Text Example


Text Example

White with #B136FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B136FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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