Html Css Color HEX #B994D9 Biloba Flower

📋 copy color: '#B994D9'

red 185 ◦ green 148 ◦ blue 217

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

Shades of Biloba Flower #B994D9

Tints of Biloba Flower #B994D9

RGB

 RED value IS 185 (72.66% from 255) = 33.64%

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

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

R = 33.64%
G = 26.91%
B = 39.45%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B994D9 (or 0xB994D9) is known color: Biloba Flower. HEX triplet: B9, 94 and D9. RGB value is (185,148,217). Sum of RGB (Red+Green+Blue) = 185+148+217=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 148 (58.20% from 255 or 26.91% from 550); Blue value is 217 (85.16% from 255 or 39.45% from 550); Max value from RGB is 217 - color contains mainly: blue. Hex color #B994D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994D9 is #466B26. Grayscale: #A6A6A6. Windows color (decimal): -4614951 or 14259385. OLE color: 14259385.

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

Color convert

RGB 185 148 217 -
CMYK 0.15 0.32 0 0.15
HSL 272.17º 0.48% 0.72% -
HSV(B) 272.17º 0.32% 0.85% -
XYZ 43.12 36.5 70.42 -
YUV 166.93 156.26 140.89 -
System Red Green Blue C M Y K H S L
Decimal 185 148 217 0.15 0.32 0 0.15 272.17 0.48 0.72
Hex B9 94 D9 F 20 0 F 110 30 48
Octal 271 224 331 17 40 0 17 420 60 110
Binary 10111001 10010100 11011001 1111 100000 0 1111 100010000 110000 1001000

Color Harmonies of #B994D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B994D9

Black with #B994D9

Text Example


Text Example

White with #B994D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B994D9; }

 p { color: rgb(185,148,217); }

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

background-color css

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

 a { background-color: rgb(185,148,217); }

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

border-color css

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

 span { border-color: rgb(185,148,217); }

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