Html Css Color HEX #B194DD Biloba Flower

📋 copy color: '#B194DD'

red 177 ◦ green 148 ◦ blue 221

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

Shades of Biloba Flower #B194DD

Tints of Biloba Flower #B194DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 32.42%
G = 27.11%
B = 40.48%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B194DD (or 0xB194DD) is known color: Biloba Flower. HEX triplet: B1, 94 and DD. RGB value is (177,148,221). Sum of RGB (Red+Green+Blue) = 177+148+221=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #B194DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B194DD is #4E6B22. Grayscale: #A4A4A4. Windows color (decimal): -5139235 or 14521521. OLE color: 14521521.

HSL color Cylindrical-coordinate representation of color #B194DD: hue angle of 263.84º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B194DD is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 148 221 -
CMYK 0.20 0.33 0 0.13
HSL 263.84º 0.52% 0.72% -
HSV(B) 263.84º 0.33% 0.87% -
XYZ 41.77 35.75 73.1 -
YUV 164.99 159.61 136.56 -
System Red Green Blue C M Y K H S L
Decimal 177 148 221 0.20 0.33 0 0.13 263.84 0.52 0.72
Hex B1 94 DD 14 21 0 D 108 34 48
Octal 261 224 335 24 41 0 15 410 64 110
Binary 10110001 10010100 11011101 10100 100001 0 1101 100001000 110100 1001000

Color Harmonies of #B194DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B194DD

Black with #B194DD

Text Example


Text Example

White with #B194DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B194DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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