Html Css Color HEX #B192E5 Biloba Flower

📋 copy color: '#B192E5'

red 177 ◦ green 146 ◦ blue 229

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

Shades of Biloba Flower #B192E5

Tints of Biloba Flower #B192E5

RGB

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

 GREEN value IS 146 (57.42% from 255) = 26.45%

 BLUE value IS 229 (89.84% from 255) = 41.49%

R = 32.07%
G = 26.45%
B = 41.49%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B192E5 (or 0xB192E5) is known color: Biloba Flower. HEX triplet: B1, 92 and E5. RGB value is (177,146,229). Sum of RGB (Red+Green+Blue) = 177+146+229=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 146 (57.42% from 255 or 26.45% from 552); Blue value is 229 (89.84% from 255 or 41.49% from 552); Max value from RGB is 229 - color contains mainly: blue. Hex color #B192E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192E5 is #4E6D1A. Grayscale: #A4A4A4. Windows color (decimal): -5139739 or 15045297. OLE color: 15045297.

HSL color Cylindrical-coordinate representation of color #B192E5: hue angle of 262.41º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B192E5 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 177 146 229 -
CMYK 0.23 0.36 0 0.10
HSL 262.41º 0.61% 0.74% -
HSV(B) 262.41º 0.36% 0.9% -
XYZ 42.55 35.56 78.75 -
YUV 164.73 164.27 136.75 -
System Red Green Blue C M Y K H S L
Decimal 177 146 229 0.23 0.36 0 0.10 262.41 0.61 0.74
Hex B1 92 E5 17 24 0 A 106 3D 4A
Octal 261 222 345 27 44 0 12 406 75 112
Binary 10110001 10010010 11100101 10111 100100 0 1010 100000110 111101 1001010

Color Harmonies of #B192E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B192E5

Black with #B192E5

Text Example


Text Example

White with #B192E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B192E5; }

 p { color: rgb(177,146,229); }

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

background-color css

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

 a { background-color: rgb(177,146,229); }

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

border-color css

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

 span { border-color: rgb(177,146,229); }

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