Html Css Color HEX #B192FA Biloba Flower

📋 copy color: '#B192FA'

red 177 ◦ green 146 ◦ blue 250

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

Shades of Biloba Flower #B192FA

Tints of Biloba Flower #B192FA

RGB

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

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

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

R = 30.89%
G = 25.48%
B = 43.63%

CMYK

 C value IS 0.29

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B192FA (or 0xB192FA) is known color: Biloba Flower. HEX triplet: B1, 92 and FA. RGB value is (177,146,250). Sum of RGB (Red+Green+Blue) = 177+146+250=573 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.89% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #B192FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B192FA is #4E6D05. Grayscale: #A6A6A6. Windows color (decimal): -5139718 or 16421553. OLE color: 16421553.

HSL color Cylindrical-coordinate representation of color #B192FA: hue angle of 257.88º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B192FA is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 146 250 -
CMYK 0.29 0.42 0 0.02
HSL 257.88º 0.91% 0.78% -
HSV(B) 257.88º 0.42% 0.98% -
XYZ 45.67 36.81 95.14 -
YUV 167.13 174.77 135.04 -
System Red Green Blue C M Y K H S L
Decimal 177 146 250 0.29 0.42 0 0.02 257.88 0.91 0.78
Hex B1 92 FA 1D 2A 0 2 102 5B 4E
Octal 261 222 372 35 52 0 2 402 133 116
Binary 10110001 10010010 11111010 11101 101010 0 10 100000010 1011011 1001110

Color Harmonies of #B192FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B192FA

Black with #B192FA

Text Example


Text Example

White with #B192FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B192FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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