Html Css Color HEX #B88DDF Biloba Flower

📋 copy color: '#B88DDF'

red 184 ◦ green 141 ◦ blue 223

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

Shades of Biloba Flower #B88DDF

Tints of Biloba Flower #B88DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.73%

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 33.58%
G = 25.73%
B = 40.69%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B88DDF (or 0xB88DDF) is known color: Biloba Flower. HEX triplet: B8, 8D and DF. RGB value is (184,141,223). Sum of RGB (Red+Green+Blue) = 184+141+223=548 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.58% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #B88DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88DDF is #477220. Grayscale: #A2A2A2. Windows color (decimal): -4682273 or 14650808. OLE color: 14650808.

HSL color Cylindrical-coordinate representation of color #B88DDF: hue angle of 271.46º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B88DDF is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 141 223 -
CMYK 0.17 0.37 0 0.13
HSL 271.46º 0.56% 0.71% -
HSV(B) 271.46º 0.37% 0.87% -
XYZ 42.61 34.57 74.24 -
YUV 163.21 161.75 142.83 -
System Red Green Blue C M Y K H S L
Decimal 184 141 223 0.17 0.37 0 0.13 271.46 0.56 0.71
Hex B8 8D DF 11 25 0 D 10F 38 47
Octal 270 215 337 21 45 0 15 417 70 107
Binary 10111000 10001101 11011111 10001 100101 0 1101 100001111 111000 1000111

Color Harmonies of #B88DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88DDF

Black with #B88DDF

Text Example


Text Example

White with #B88DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88DDF; }

 p { color: rgb(184,141,223); }

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

background-color css

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

 a { background-color: rgb(184,141,223); }

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

border-color css

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

 span { border-color: rgb(184,141,223); }

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