Html Css Color HEX #B888DA Biloba Flower

📋 copy color: '#B888DA'

red 184 ◦ green 136 ◦ blue 218

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

Shades of Biloba Flower #B888DA

Tints of Biloba Flower #B888DA

RGB

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

 GREEN value IS 136 (53.52% from 255) = 25.28%

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

R = 34.2%
G = 25.28%
B = 40.52%

CMYK

 C value IS 0.16

 M value IS 0.38

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B888DA (or 0xB888DA) is known color: Biloba Flower. HEX triplet: B8, 88 and DA. RGB value is (184,136,218). Sum of RGB (Red+Green+Blue) = 184+136+218=538 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.20% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 218 (85.55% from 255 or 40.52% from 538); Max value from RGB is 218 - color contains mainly: blue. Hex color #B888DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B888DA is #477725. Grayscale: #9F9F9F. Windows color (decimal): -4683558 or 14321848. OLE color: 14321848.

HSL color Cylindrical-coordinate representation of color #B888DA: hue angle of 275.12º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B888DA is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 136 218 -
CMYK 0.16 0.38 0 0.15
HSL 275.12º 0.53% 0.69% -
HSV(B) 275.12º 0.38% 0.85% -
XYZ 41.23 32.86 70.5 -
YUV 159.7 160.9 145.33 -
System Red Green Blue C M Y K H S L
Decimal 184 136 218 0.16 0.38 0 0.15 275.12 0.53 0.69
Hex B8 88 DA 10 26 0 F 113 35 45
Octal 270 210 332 20 46 0 17 423 65 105
Binary 10111000 10001000 11011010 10000 100110 0 1111 100010011 110101 1000101

Color Harmonies of #B888DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B888DA

Black with #B888DA

Text Example


Text Example

White with #B888DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B888DA; }

 p { color: rgb(184,136,218); }

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

background-color css

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

 a { background-color: rgb(184,136,218); }

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

border-color css

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

 span { border-color: rgb(184,136,218); }

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