Html Css Color HEX #B133F2 Blue Violet

📋 copy color: '#B133F2'

red 177 ◦ green 51 ◦ blue 242

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

Shades of Blue Violet #B133F2

Tints of Blue Violet #B133F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 51.49%

R = 37.66%
G = 10.85%
B = 51.49%

CMYK

 C value IS 0.27

 M value IS 0.79

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B133F2 (or 0xB133F2) is known color: Blue Violet. HEX triplet: B1, 33 and F2. RGB value is (177,51,242). Sum of RGB (Red+Green+Blue) = 177+51+242=470 (62% of max value = 765). Red value is 177 (69.53% from 255 or 37.66% from 470); Green value is 51 (20.31% from 255 or 10.85% from 470); Blue value is 242 (94.92% from 255 or 51.49% from 470); Max value from RGB is 242 - color contains mainly: blue. Hex color #B133F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B133F2 is #4ECC0D. Grayscale: #6D6D6D. Windows color (decimal): -5164046 or 15872945. OLE color: 15872945.

HSL color Cylindrical-coordinate representation of color #B133F2: hue angle of 279.58º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B133F2 is Cyan = 0.27, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 177 51 242 -
CMYK 0.27 0.79 0 0.05
HSL 279.58º 0.88% 0.57% -
HSV(B) 279.58º 0.79% 0.95% -
XYZ 35.34 18.13 85.64 -
YUV 110.45 202.24 175.47 -
System Red Green Blue C M Y K H S L
Decimal 177 51 242 0.27 0.79 0 0.05 279.58 0.88 0.57
Hex B1 33 F2 1B 4F 0 5 118 58 39
Octal 261 63 362 33 117 0 5 430 130 71
Binary 10110001 110011 11110010 11011 1001111 0 101 100011000 1011000 111001

Color Harmonies of #B133F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B133F2

Black with #B133F2

Text Example


Text Example

White with #B133F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B133F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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