Html Css Color HEX #B129F3 Blue Violet

📋 copy color: '#B129F3'

red 177 ◦ green 41 ◦ blue 243

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

Shades of Blue Violet #B129F3

Tints of Blue Violet #B129F3

RGB

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

 GREEN value IS 41 (16.41% from 255) = 8.89%

 BLUE value IS 243 (95.31% from 255) = 52.71%

R = 38.39%
G = 8.89%
B = 52.71%

CMYK

 C value IS 0.27

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B129F3 (or 0xB129F3) is known color: Blue Violet. HEX triplet: B1, 29 and F3. RGB value is (177,41,243). Sum of RGB (Red+Green+Blue) = 177+41+243=461 (61% of max value = 765). Red value is 177 (69.53% from 255 or 38.39% from 461); Green value is 41 (16.41% from 255 or 8.89% from 461); Blue value is 243 (95.31% from 255 or 52.71% from 461); Max value from RGB is 243 - color contains mainly: blue. Hex color #B129F3 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B129F3 is #4ED60C. Grayscale: #686868. Windows color (decimal): -5166605 or 15935921. OLE color: 15935921.

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

Color convert

RGB 177 41 243 -
CMYK 0.27 0.83 0 0.05
HSL 280.4º 0.89% 0.56% -
HSV(B) 280.4º 0.83% 0.95% -
XYZ 35.1 17.4 86.3 -
YUV 104.69 206.06 179.57 -
System Red Green Blue C M Y K H S L
Decimal 177 41 243 0.27 0.83 0 0.05 280.4 0.89 0.56
Hex B1 29 F3 1B 53 0 5 118 59 38
Octal 261 51 363 33 123 0 5 430 131 70
Binary 10110001 101001 11110011 11011 1010011 0 101 100011000 1011001 111000

Color Harmonies of #B129F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B129F3

Black with #B129F3

Text Example


Text Example

White with #B129F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B129F3; }

 p { color: rgb(177,41,243); }

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

background-color css

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

 a { background-color: rgb(177,41,243); }

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

border-color css

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

 span { border-color: rgb(177,41,243); }

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