Html Css Color HEX #B08DDF Biloba Flower

📋 copy color: '#B08DDF'

red 176 ◦ green 141 ◦ blue 223

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

Shades of Biloba Flower #B08DDF

Tints of Biloba Flower #B08DDF

RGB

 RED value IS 176 (69.14% from 255) = 32.59%

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

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

R = 32.59%
G = 26.11%
B = 41.3%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B08DDF (or 0xB08DDF) is known color: Biloba Flower. HEX triplet: B0, 8D and DF. RGB value is (176,141,223). Sum of RGB (Red+Green+Blue) = 176+141+223=540 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.59% from 540); Green value is 141 (55.47% from 255 or 26.11% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #B08DDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08DDF is #4F7220. Grayscale: #A0A0A0. Windows color (decimal): -5206561 or 14650800. OLE color: 14650800.

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

Color convert

RGB 176 141 223 -
CMYK 0.21 0.37 0 0.13
HSL 265.61º 0.56% 0.71% -
HSV(B) 265.61º 0.37% 0.87% -
XYZ 40.75 33.61 74.15 -
YUV 160.81 163.1 138.83 -
System Red Green Blue C M Y K H S L
Decimal 176 141 223 0.21 0.37 0 0.13 265.61 0.56 0.71
Hex B0 8D DF 15 25 0 D 10A 38 47
Octal 260 215 337 25 45 0 15 412 70 107
Binary 10110000 10001101 11011111 10101 100101 0 1101 100001010 111000 1000111

Color Harmonies of #B08DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08DDF

Black with #B08DDF

Text Example


Text Example

White with #B08DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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