Html Css Color HEX #B995DA Biloba Flower

📋 copy color: '#B995DA'

red 185 ◦ green 149 ◦ blue 218

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

Shades of Biloba Flower #B995DA

Tints of Biloba Flower #B995DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.49%

R = 33.51%
G = 26.99%
B = 39.49%

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

#B995DA (or 0xB995DA) is known color: Biloba Flower. HEX triplet: B9, 95 and DA. RGB value is (185,149,218). Sum of RGB (Red+Green+Blue) = 185+149+218=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 149 (58.59% from 255 or 26.99% from 552); Blue value is 218 (85.55% from 255 or 39.49% from 552); Max value from RGB is 218 - color contains mainly: blue. Hex color #B995DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B995DA is #466A25. Grayscale: #A7A7A7. Windows color (decimal): -4614694 or 14325177. OLE color: 14325177.

HSL color Cylindrical-coordinate representation of color #B995DA: hue angle of 271.3º 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 #B995DA is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 149 218 -
CMYK 0.15 0.32 0 0.15
HSL 271.3º 0.48% 0.72% -
HSV(B) 271.3º 0.32% 0.85% -
XYZ 43.41 36.87 71.16 -
YUV 167.63 156.43 140.39 -
System Red Green Blue C M Y K H S L
Decimal 185 149 218 0.15 0.32 0 0.15 271.3 0.48 0.72
Hex B9 95 DA F 20 0 F 10F 30 48
Octal 271 225 332 17 40 0 17 417 60 110
Binary 10111001 10010101 11011010 1111 100000 0 1111 100001111 110000 1001000

Color Harmonies of #B995DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B995DA

Black with #B995DA

Text Example


Text Example

White with #B995DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B995DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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