Html Css Color HEX #B192D9 Biloba Flower

📋 copy color: '#B192D9'

red 177 ◦ green 146 ◦ blue 217

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

Shades of Biloba Flower #B192D9

Tints of Biloba Flower #B192D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 40.19%

R = 32.78%
G = 27.04%
B = 40.19%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B192D9 (or 0xB192D9) is known color: Biloba Flower. HEX triplet: B1, 92 and D9. RGB value is (177,146,217). Sum of RGB (Red+Green+Blue) = 177+146+217=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 146 (57.42% from 255 or 27.04% from 540); Blue value is 217 (85.16% from 255 or 40.19% from 540); Max value from RGB is 217 - color contains mainly: blue. Hex color #B192D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192D9 is #4E6D26. Grayscale: #A3A3A3. Windows color (decimal): -5139751 or 14258865. OLE color: 14258865.

HSL color Cylindrical-coordinate representation of color #B192D9: hue angle of 266.2º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B192D9 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 146 217 -
CMYK 0.18 0.33 0 0.15
HSL 266.2º 0.48% 0.71% -
HSV(B) 266.2º 0.33% 0.85% -
XYZ 40.93 34.91 70.23 -
YUV 163.36 158.27 137.73 -
System Red Green Blue C M Y K H S L
Decimal 177 146 217 0.18 0.33 0 0.15 266.2 0.48 0.71
Hex B1 92 D9 12 21 0 F 10A 30 47
Octal 261 222 331 22 41 0 17 412 60 107
Binary 10110001 10010010 11011001 10010 100001 0 1111 100001010 110000 1000111

Color Harmonies of #B192D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B192D9

Black with #B192D9

Text Example


Text Example

White with #B192D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B192D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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