Html Css Color HEX #B995DC Biloba Flower

📋 copy color: '#B995DC'

red 185 ◦ green 149 ◦ blue 220

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

Shades of Biloba Flower #B995DC

Tints of Biloba Flower #B995DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.71%

R = 33.39%
G = 26.9%
B = 39.71%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B995DC (or 0xB995DC) is known color: Biloba Flower. HEX triplet: B9, 95 and DC. RGB value is (185,149,220). Sum of RGB (Red+Green+Blue) = 185+149+220=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 220 (86.33% from 255 or 39.71% from 554); Max value from RGB is 220 - color contains mainly: blue. Hex color #B995DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995DC is #466A23. Grayscale: #A7A7A7. Windows color (decimal): -4614692 or 14456249. OLE color: 14456249.

HSL color Cylindrical-coordinate representation of color #B995DC: hue angle of 270.42º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B995DC is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 149 220 -
CMYK 0.16 0.32 0 0.14
HSL 270.42º 0.5% 0.72% -
HSV(B) 270.42º 0.32% 0.86% -
XYZ 43.67 36.98 72.55 -
YUV 167.86 157.43 140.23 -
System Red Green Blue C M Y K H S L
Decimal 185 149 220 0.16 0.32 0 0.14 270.42 0.5 0.72
Hex B9 95 DC 10 20 0 E 10E 32 48
Octal 271 225 334 20 40 0 16 416 62 110
Binary 10111001 10010101 11011100 10000 100000 0 1110 100001110 110010 1001000

Color Harmonies of #B995DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995DC

Black with #B995DC

Text Example


Text Example

White with #B995DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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