Html Css Color HEX #B88FDA Biloba Flower

📋 copy color: '#B88FDA'

red 184 ◦ green 143 ◦ blue 218

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

Shades of Biloba Flower #B88FDA

Tints of Biloba Flower #B88FDA

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.24%

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

R = 33.76%
G = 26.24%
B = 40%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B88FDA (or 0xB88FDA) is known color: Biloba Flower. HEX triplet: B8, 8F and DA. RGB value is (184,143,218). Sum of RGB (Red+Green+Blue) = 184+143+218=545 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.76% from 545); Green value is 143 (56.25% from 255 or 26.24% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 218 - color contains mainly: blue. Hex color #B88FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88FDA is #477025. Grayscale: #A3A3A3. Windows color (decimal): -4681766 or 14323640. OLE color: 14323640.

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

Color convert

RGB 184 143 218 -
CMYK 0.16 0.34 0 0.15
HSL 272.8º 0.5% 0.71% -
HSV(B) 272.8º 0.34% 0.85% -
XYZ 42.24 34.9 70.84 -
YUV 163.81 158.58 142.4 -
System Red Green Blue C M Y K H S L
Decimal 184 143 218 0.16 0.34 0 0.15 272.8 0.5 0.71
Hex B8 8F DA 10 22 0 F 111 32 47
Octal 270 217 332 20 42 0 17 421 62 107
Binary 10111000 10001111 11011010 10000 100010 0 1111 100010001 110010 1000111

Color Harmonies of #B88FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88FDA

Black with #B88FDA

Text Example


Text Example

White with #B88FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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