Html Css Color HEX #B133FA Blue Violet

📋 copy color: '#B133FA'

red 177 ◦ green 51 ◦ blue 250

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

Shades of Blue Violet #B133FA

Tints of Blue Violet #B133FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.3%

R = 37.03%
G = 10.67%
B = 52.3%

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

#B133FA (or 0xB133FA) is known color: Blue Violet. HEX triplet: B1, 33 and FA. RGB value is (177,51,250). Sum of RGB (Red+Green+Blue) = 177+51+250=478 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.03% from 478); Green value is 51 (20.31% from 255 or 10.67% from 478); Blue value is 250 (98.05% from 255 or 52.30% from 478); Max value from RGB is 250 - color contains mainly: blue. Hex color #B133FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B133FA is #4ECC05. Grayscale: #6E6E6E. Windows color (decimal): -5164038 or 16397233. OLE color: 16397233.

HSL color Cylindrical-coordinate representation of color #B133FA: hue angle of 277.99º degrees, saturation: 0.95, 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 #B133FA is Cyan = 0.29, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 51 250 -
CMYK 0.29 0.80 0 0.02
HSL 277.99º 0.95% 0.59% -
HSV(B) 277.99º 0.8% 0.98% -
XYZ 36.57 18.62 92.11 -
YUV 111.36 206.24 174.82 -
System Red Green Blue C M Y K H S L
Decimal 177 51 250 0.29 0.80 0 0.02 277.99 0.95 0.59
Hex B1 33 FA 1D 50 0 2 116 5F 3B
Octal 261 63 372 35 120 0 2 426 137 73
Binary 10110001 110011 11111010 11101 1010000 0 10 100010110 1011111 111011

Color Harmonies of #B133FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B133FA

Black with #B133FA

Text Example


Text Example

White with #B133FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B133FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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