Html Css Color HEX #B995DF Biloba Flower

📋 copy color: '#B995DF'

red 185 ◦ green 149 ◦ blue 223

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

Shades of Biloba Flower #B995DF

Tints of Biloba Flower #B995DF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 26.75%

 BLUE value IS 223 (87.5% from 255) = 40.04%

R = 33.21%
G = 26.75%
B = 40.04%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B995DF (or 0xB995DF) is known color: Biloba Flower. HEX triplet: B9, 95 and DF. RGB value is (185,149,223). Sum of RGB (Red+Green+Blue) = 185+149+223=557 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.21% from 557); Green value is 149 (58.59% from 255 or 26.75% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #B995DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995DF is #466A20. Grayscale: #A7A7A7. Windows color (decimal): -4614689 or 14652857. OLE color: 14652857.

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

Color convert

RGB 185 149 223 -
CMYK 0.17 0.33 0 0.13
HSL 269.19º 0.54% 0.73% -
HSV(B) 269.19º 0.33% 0.87% -
XYZ 44.07 37.14 74.66 -
YUV 168.2 158.93 139.98 -
System Red Green Blue C M Y K H S L
Decimal 185 149 223 0.17 0.33 0 0.13 269.19 0.54 0.73
Hex B9 95 DF 11 21 0 D 10D 36 49
Octal 271 225 337 21 41 0 15 415 66 111
Binary 10111001 10010101 11011111 10001 100001 0 1101 100001101 110110 1001001

Color Harmonies of #B995DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995DF

Black with #B995DF

Text Example


Text Example

White with #B995DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995DF; }

 p { color: rgb(185,149,223); }

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

background-color css

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

 a { background-color: rgb(185,149,223); }

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

border-color css

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

 span { border-color: rgb(185,149,223); }

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