Html Css Color HEX #B194D7 Biloba Flower

📋 copy color: '#B194D7'

red 177 ◦ green 148 ◦ blue 215

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

Shades of Biloba Flower #B194D7

Tints of Biloba Flower #B194D7

RGB

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

 GREEN value IS 148 (58.2% from 255) = 27.41%

 BLUE value IS 215 (84.38% from 255) = 39.81%

R = 32.78%
G = 27.41%
B = 39.81%

CMYK

 C value IS 0.18

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B194D7 (or 0xB194D7) is known color: Biloba Flower. HEX triplet: B1, 94 and D7. RGB value is (177,148,215). Sum of RGB (Red+Green+Blue) = 177+148+215=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 215 (84.38% from 255 or 39.81% from 540); Max value from RGB is 215 - color contains mainly: blue. Hex color #B194D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B194D7 is #4E6B28. Grayscale: #A4A4A4. Windows color (decimal): -5139241 or 14128305. OLE color: 14128305.

HSL color Cylindrical-coordinate representation of color #B194D7: hue angle of 265.97º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B194D7 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 177 148 215 -
CMYK 0.18 0.31 0 0.16
HSL 265.97º 0.46% 0.71% -
HSV(B) 265.97º 0.31% 0.84% -
XYZ 40.99 35.43 68.97 -
YUV 164.31 156.61 137.05 -
System Red Green Blue C M Y K H S L
Decimal 177 148 215 0.18 0.31 0 0.16 265.97 0.46 0.71
Hex B1 94 D7 12 1F 0 10 10A 2E 47
Octal 261 224 327 22 37 0 20 412 56 107
Binary 10110001 10010100 11010111 10010 11111 0 10000 100001010 101110 1000111

Color Harmonies of #B194D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B194D7

Black with #B194D7

Text Example


Text Example

White with #B194D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B194D7; }

 p { color: rgb(177,148,215); }

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

background-color css

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

 a { background-color: rgb(177,148,215); }

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

border-color css

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

 span { border-color: rgb(177,148,215); }

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