Html Css Color HEX #B098F3 Biloba Flower

📋 copy color: '#B098F3'

red 176 ◦ green 152 ◦ blue 243

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

Shades of Biloba Flower #B098F3

Tints of Biloba Flower #B098F3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 42.56%

R = 30.82%
G = 26.62%
B = 42.56%

CMYK

 C value IS 0.28

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B098F3 (or 0xB098F3) is known color: Biloba Flower. HEX triplet: B0, 98 and F3. RGB value is (176,152,243). Sum of RGB (Red+Green+Blue) = 176+152+243=571 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.82% from 571); Green value is 152 (59.77% from 255 or 26.62% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #B098F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B098F3 is #4F670C. Grayscale: #A9A9A9. Windows color (decimal): -5203725 or 15964336. OLE color: 15964336.

HSL color Cylindrical-coordinate representation of color #B098F3: hue angle of 255.82º degrees, saturation: 0.79, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B098F3 is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 152 243 -
CMYK 0.28 0.37 0 0.05
HSL 255.82º 0.79% 0.77% -
HSV(B) 255.82º 0.37% 0.95% -
XYZ 45.31 38.16 89.77 -
YUV 169.55 169.45 132.6 -
System Red Green Blue C M Y K H S L
Decimal 176 152 243 0.28 0.37 0 0.05 255.82 0.79 0.77
Hex B0 98 F3 1C 25 0 5 100 4F 4D
Octal 260 230 363 34 45 0 5 400 117 115
Binary 10110000 10011000 11110011 11100 100101 0 101 100000000 1001111 1001101

Color Harmonies of #B098F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098F3

Black with #B098F3

Text Example


Text Example

White with #B098F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098F3; }

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

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

background-color css

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

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

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

border-color css

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

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

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