Html Css Color HEX #B133F9 Blue Violet

📋 copy color: '#B133F9'

red 177 ◦ green 51 ◦ blue 249

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

Shades of Blue Violet #B133F9

Tints of Blue Violet #B133F9

RGB

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

 GREEN value IS 51 (20.31% from 255) = 10.69%

 BLUE value IS 249 (97.66% from 255) = 52.2%

R = 37.11%
G = 10.69%
B = 52.2%

CMYK

 C value IS 0.29

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B133F9 (or 0xB133F9) is known color: Blue Violet. HEX triplet: B1, 33 and F9. RGB value is (177,51,249). Sum of RGB (Red+Green+Blue) = 177+51+249=477 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.11% from 477); Green value is 51 (20.31% from 255 or 10.69% from 477); Blue value is 249 (97.66% from 255 or 52.20% from 477); Max value from RGB is 249 - color contains mainly: blue. Hex color #B133F9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B133F9 is #4ECC06. Grayscale: #6E6E6E. Windows color (decimal): -5164039 or 16331697. OLE color: 16331697.

HSL color Cylindrical-coordinate representation of color #B133F9: hue angle of 278.18º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B133F9 is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 51 249 -
CMYK 0.29 0.80 0 0.02
HSL 278.18º 0.94% 0.59% -
HSV(B) 278.18º 0.8% 0.98% -
XYZ 36.41 18.55 91.28 -
YUV 111.25 205.74 174.9 -
System Red Green Blue C M Y K H S L
Decimal 177 51 249 0.29 0.80 0 0.02 278.18 0.94 0.59
Hex B1 33 F9 1D 50 0 2 116 5E 3B
Octal 261 63 371 35 120 0 2 426 136 73
Binary 10110001 110011 11111001 11101 1010000 0 10 100010110 1011110 111011

Color Harmonies of #B133F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B133F9

Black with #B133F9

Text Example


Text Example

White with #B133F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B133F9; }

 p { color: rgb(177,51,249); }

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

background-color css

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

 a { background-color: rgb(177,51,249); }

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

border-color css

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

 span { border-color: rgb(177,51,249); }

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