Html Css Color HEX #B229F1 Blue Violet

📋 copy color: '#B229F1'

red 178 ◦ green 41 ◦ blue 241

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

Shades of Blue Violet #B229F1

Tints of Blue Violet #B229F1

RGB

 RED value IS 178 (69.92% from 255) = 38.7%

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

 BLUE value IS 241 (94.53% from 255) = 52.39%

R = 38.7%
G = 8.91%
B = 52.39%

CMYK

 C value IS 0.26

 M value IS 0.83

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B229F1 (or 0xB229F1) is known color: Blue Violet. HEX triplet: B2, 29 and F1. RGB value is (178,41,241). Sum of RGB (Red+Green+Blue) = 178+41+241=460 (60% of max value = 765). Red value is 178 (69.92% from 255 or 38.70% from 460); Green value is 41 (16.41% from 255 or 8.91% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #B229F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B229F1 is #4DD60E. Grayscale: #686868. Windows color (decimal): -5101071 or 15804850. OLE color: 15804850.

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

Color convert

RGB 178 41 241 -
CMYK 0.26 0.83 0 0.05
HSL 281.1º 0.88% 0.55% -
HSV(B) 281.1º 0.83% 0.95% -
XYZ 35.03 17.4 84.73 -
YUV 104.76 204.89 180.24 -
System Red Green Blue C M Y K H S L
Decimal 178 41 241 0.26 0.83 0 0.05 281.1 0.88 0.55
Hex B2 29 F1 1A 53 0 5 119 58 37
Octal 262 51 361 32 123 0 5 431 130 67
Binary 10110010 101001 11110001 11010 1010011 0 101 100011001 1011000 110111

Color Harmonies of #B229F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B229F1

Black with #B229F1

Text Example


Text Example

White with #B229F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B229F1; }

 p { color: rgb(178,41,241); }

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

background-color css

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

 a { background-color: rgb(178,41,241); }

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

border-color css

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

 span { border-color: rgb(178,41,241); }

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