Html Css Color HEX #B098DF Biloba Flower

📋 copy color: '#B098DF'

red 176 ◦ green 152 ◦ blue 223

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

Shades of Biloba Flower #B098DF

Tints of Biloba Flower #B098DF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 27.59%

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

R = 31.94%
G = 27.59%
B = 40.47%

CMYK

 C value IS 0.21

 M value IS 0.32

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B098DF (or 0xB098DF) is known color: Biloba Flower. HEX triplet: B0, 98 and DF. RGB value is (176,152,223). Sum of RGB (Red+Green+Blue) = 176+152+223=551 (72% of max value = 765). Red value is 176 (69.14% from 255 or 31.94% from 551); Green value is 152 (59.77% from 255 or 27.59% from 551); Blue value is 223 (87.5% from 255 or 40.47% from 551); Max value from RGB is 223 - color contains mainly: blue. Hex color #B098DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B098DF is #4F6720. Grayscale: #A7A7A7. Windows color (decimal): -5203745 or 14653616. OLE color: 14653616.

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

Color convert

RGB 176 152 223 -
CMYK 0.21 0.32 0 0.13
HSL 260.28º 0.53% 0.74% -
HSV(B) 260.28º 0.32% 0.87% -
XYZ 42.45 37.01 74.72 -
YUV 167.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 176 152 223 0.21 0.32 0 0.13 260.28 0.53 0.74
Hex B0 98 DF 15 20 0 D 104 35 4A
Octal 260 230 337 25 40 0 15 404 65 112
Binary 10110000 10011000 11011111 10101 100000 0 1101 100000100 110101 1001010

Color Harmonies of #B098DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098DF

Black with #B098DF

Text Example


Text Example

White with #B098DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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