Html Css Color HEX #B08FDF Biloba Flower

📋 copy color: '#B08FDF'

red 176 ◦ green 143 ◦ blue 223

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

Shades of Biloba Flower #B08FDF

Tints of Biloba Flower #B08FDF

RGB

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

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

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

R = 32.47%
G = 26.38%
B = 41.14%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B08FDF (or 0xB08FDF) is known color: Biloba Flower. HEX triplet: B0, 8F and DF. RGB value is (176,143,223). Sum of RGB (Red+Green+Blue) = 176+143+223=542 (71% of max value = 765). Red value is 176 (69.14% from 255 or 32.47% from 542); Green value is 143 (56.25% from 255 or 26.38% from 542); Blue value is 223 (87.5% from 255 or 41.14% from 542); Max value from RGB is 223 - color contains mainly: blue. Hex color #B08FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B08FDF is #4F7020. Grayscale: #A1A1A1. Windows color (decimal): -5206049 or 14651312. OLE color: 14651312.

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

Color convert

RGB 176 143 223 -
CMYK 0.21 0.36 0 0.13
HSL 264.75º 0.56% 0.72% -
HSV(B) 264.75º 0.36% 0.87% -
XYZ 41.05 34.2 74.25 -
YUV 161.99 162.43 138 -
System Red Green Blue C M Y K H S L
Decimal 176 143 223 0.21 0.36 0 0.13 264.75 0.56 0.72
Hex B0 8F DF 15 24 0 D 109 38 48
Octal 260 217 337 25 44 0 15 411 70 110
Binary 10110000 10001111 11011111 10101 100100 0 1101 100001001 111000 1001000

Color Harmonies of #B08FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08FDF

Black with #B08FDF

Text Example


Text Example

White with #B08FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08FDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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