Html Css Color HEX #B88BDF Biloba Flower

📋 copy color: '#B88BDF'

red 184 ◦ green 139 ◦ blue 223

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

Shades of Biloba Flower #B88BDF

Tints of Biloba Flower #B88BDF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.46%

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

R = 33.7%
G = 25.46%
B = 40.84%

CMYK

 C value IS 0.17

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B88BDF (or 0xB88BDF) is known color: Biloba Flower. HEX triplet: B8, 8B and DF. RGB value is (184,139,223). Sum of RGB (Red+Green+Blue) = 184+139+223=546 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.70% from 546); Green value is 139 (54.69% from 255 or 25.46% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #B88BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88BDF is #477420. Grayscale: #A1A1A1. Windows color (decimal): -4682785 or 14650296. OLE color: 14650296.

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

Color convert

RGB 184 139 223 -
CMYK 0.17 0.38 0 0.13
HSL 272.14º 0.57% 0.71% -
HSV(B) 272.14º 0.38% 0.87% -
XYZ 42.32 33.98 74.14 -
YUV 162.03 162.41 143.67 -
System Red Green Blue C M Y K H S L
Decimal 184 139 223 0.17 0.38 0 0.13 272.14 0.57 0.71
Hex B8 8B DF 11 26 0 D 110 39 47
Octal 270 213 337 21 46 0 15 420 71 107
Binary 10111000 10001011 11011111 10001 100110 0 1101 100010000 111001 1000111

Color Harmonies of #B88BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88BDF

Black with #B88BDF

Text Example


Text Example

White with #B88BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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