Html Css Color HEX #B994D7 Biloba Flower

📋 copy color: '#B994D7'

red 185 ◦ green 148 ◦ blue 215

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

Shades of Biloba Flower #B994D7

Tints of Biloba Flower #B994D7

RGB

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

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

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

R = 33.76%
G = 27.01%
B = 39.23%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#B994D7 (or 0xB994D7) is known color: Biloba Flower. HEX triplet: B9, 94 and D7. RGB value is (185,148,215). Sum of RGB (Red+Green+Blue) = 185+148+215=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 148 (58.20% from 255 or 27.01% from 548); Blue value is 215 (84.38% from 255 or 39.23% from 548); Max value from RGB is 215 - color contains mainly: blue. Hex color #B994D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B994D7 is #466B28. Grayscale: #A6A6A6. Windows color (decimal): -4614953 or 14128313. OLE color: 14128313.

HSL color Cylindrical-coordinate representation of color #B994D7: hue angle of 273.13º 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 #B994D7 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 185 148 215 -
CMYK 0.14 0.31 0 0.16
HSL 273.13º 0.46% 0.71% -
HSV(B) 273.13º 0.31% 0.84% -
XYZ 42.86 36.4 69.06 -
YUV 166.7 155.26 141.05 -
System Red Green Blue C M Y K H S L
Decimal 185 148 215 0.14 0.31 0 0.16 273.13 0.46 0.71
Hex B9 94 D7 E 1F 0 10 111 2E 47
Octal 271 224 327 16 37 0 20 421 56 107
Binary 10111001 10010100 11010111 1110 11111 0 10000 100010001 101110 1000111

Color Harmonies of #B994D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B994D7

Black with #B994D7

Text Example


Text Example

White with #B994D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B994D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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