Html Css Color HEX #B895D7 Biloba Flower

📋 copy color: '#B895D7'

red 184 ◦ green 149 ◦ blue 215

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

Shades of Biloba Flower #B895D7

Tints of Biloba Flower #B895D7

RGB

 RED value IS 184 (72.27% from 255) = 33.58%

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

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

R = 33.58%
G = 27.19%
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

#B895D7 (or 0xB895D7) is known color: Biloba Flower. HEX triplet: B8, 95 and D7. RGB value is (184,149,215). Sum of RGB (Red+Green+Blue) = 184+149+215=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 149 (58.59% from 255 or 27.19% 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 #B895D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B895D7 is #476A28. Grayscale: #A6A6A6. Windows color (decimal): -4680233 or 14128568. OLE color: 14128568.

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

Color convert

RGB 184 149 215 -
CMYK 0.14 0.31 0 0.16
HSL 271.82º 0.45% 0.71% -
HSV(B) 271.82º 0.31% 0.84% -
XYZ 42.78 36.59 69.1 -
YUV 166.99 155.1 140.13 -
System Red Green Blue C M Y K H S L
Decimal 184 149 215 0.14 0.31 0 0.16 271.82 0.45 0.71
Hex B8 95 D7 E 1F 0 10 110 2D 47
Octal 270 225 327 16 37 0 20 420 55 107
Binary 10111000 10010101 11010111 1110 11111 0 10000 100010000 101101 1000111

Color Harmonies of #B895D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B895D7

Black with #B895D7

Text Example


Text Example

White with #B895D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B895D7; }

 p { color: rgb(184,149,215); }

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

background-color css

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

 a { background-color: rgb(184,149,215); }

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

border-color css

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

 span { border-color: rgb(184,149,215); }

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