Html Css Color HEX #B192F7 Biloba Flower

📋 copy color: '#B192F7'

red 177 ◦ green 146 ◦ blue 247

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

Shades of Biloba Flower #B192F7

Tints of Biloba Flower #B192F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.33%

R = 31.05%
G = 25.61%
B = 43.33%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#B192F7 (or 0xB192F7) is known color: Biloba Flower. HEX triplet: B1, 92 and F7. RGB value is (177,146,247). Sum of RGB (Red+Green+Blue) = 177+146+247=570 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.05% from 570); Green value is 146 (57.42% from 255 or 25.61% from 570); Blue value is 247 (96.88% from 255 or 43.33% from 570); Max value from RGB is 247 - color contains mainly: blue. Hex color #B192F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B192F7 is #4E6D08. Grayscale: #A6A6A6. Windows color (decimal): -5139721 or 16224945. OLE color: 16224945.

HSL color Cylindrical-coordinate representation of color #B192F7: hue angle of 258.42º degrees, saturation: 0.86, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B192F7 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 146 247 -
CMYK 0.28 0.41 0 0.03
HSL 258.42º 0.86% 0.77% -
HSV(B) 258.42º 0.41% 0.97% -
XYZ 45.2 36.62 92.68 -
YUV 166.78 173.27 135.29 -
System Red Green Blue C M Y K H S L
Decimal 177 146 247 0.28 0.41 0 0.03 258.42 0.86 0.77
Hex B1 92 F7 1C 29 0 3 102 56 4D
Octal 261 222 367 34 51 0 3 402 126 115
Binary 10110001 10010010 11110111 11100 101001 0 11 100000010 1010110 1001101

Color Harmonies of #B192F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B192F7

Black with #B192F7

Text Example


Text Example

White with #B192F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B192F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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