Html Css Color HEX #B995D1 Biloba Flower

📋 copy color: '#B995D1'

red 185 ◦ green 149 ◦ blue 209

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

Shades of Biloba Flower #B995D1

Tints of Biloba Flower #B995D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.49%

R = 34.07%
G = 27.44%
B = 38.49%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#B995D1 (or 0xB995D1) is known color: Biloba Flower. HEX triplet: B9, 95 and D1. RGB value is (185,149,209). Sum of RGB (Red+Green+Blue) = 185+149+209=543 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.07% from 543); Green value is 149 (58.59% from 255 or 27.44% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 209 - color contains mainly: blue. Hex color #B995D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995D1 is #466A2E. Grayscale: #A6A6A6. Windows color (decimal): -4614703 or 13735353. OLE color: 13735353.

HSL color Cylindrical-coordinate representation of color #B995D1: hue angle of 276º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B995D1 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 149 209 -
CMYK 0.11 0.29 0 0.18
HSL 276º 0.39% 0.7% -
HSV(B) 276º 0.29% 0.82% -
XYZ 42.26 36.41 65.12 -
YUV 166.6 151.93 141.12 -
System Red Green Blue C M Y K H S L
Decimal 185 149 209 0.11 0.29 0 0.18 276 0.39 0.7
Hex B9 95 D1 B 1D 0 12 114 27 46
Octal 271 225 321 13 35 0 22 424 47 106
Binary 10111001 10010101 11010001 1011 11101 0 10010 100010100 100111 1000110

Color Harmonies of #B995D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995D1

Black with #B995D1

Text Example


Text Example

White with #B995D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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