Html Css Color HEX #B88CDF Biloba Flower

📋 copy color: '#B88CDF'

red 184 ◦ green 140 ◦ blue 223

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

Shades of Biloba Flower #B88CDF

Tints of Biloba Flower #B88CDF

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.59%

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

R = 33.64%
G = 25.59%
B = 40.77%

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

#B88CDF (or 0xB88CDF) is known color: Biloba Flower. HEX triplet: B8, 8C and DF. RGB value is (184,140,223). Sum of RGB (Red+Green+Blue) = 184+140+223=547 (72% of max value = 765). Red value is 184 (72.27% from 255 or 33.64% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #B88CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B88CDF is #477320. Grayscale: #A2A2A2. Windows color (decimal): -4682529 or 14650552. OLE color: 14650552.

HSL color Cylindrical-coordinate representation of color #B88CDF: hue angle of 271.81º 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 #B88CDF is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 184 140 223 -
CMYK 0.17 0.37 0 0.13
HSL 271.81º 0.56% 0.71% -
HSV(B) 271.81º 0.37% 0.87% -
XYZ 42.46 34.27 74.19 -
YUV 162.62 162.08 143.25 -
System Red Green Blue C M Y K H S L
Decimal 184 140 223 0.17 0.37 0 0.13 271.81 0.56 0.71
Hex B8 8C DF 11 25 0 D 110 38 47
Octal 270 214 337 21 45 0 15 420 70 107
Binary 10111000 10001100 11011111 10001 100101 0 1101 100010000 111000 1000111

Color Harmonies of #B88CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88CDF

Black with #B88CDF

Text Example


Text Example

White with #B88CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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