Html Css Color HEX #B098F1 Biloba Flower

📋 copy color: '#B098F1'

red 176 ◦ green 152 ◦ blue 241

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

Shades of Biloba Flower #B098F1

Tints of Biloba Flower #B098F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 42.36%

R = 30.93%
G = 26.71%
B = 42.36%

CMYK

 C value IS 0.27

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#B098F1 (or 0xB098F1) is known color: Biloba Flower. HEX triplet: B0, 98 and F1. RGB value is (176,152,241). Sum of RGB (Red+Green+Blue) = 176+152+241=569 (75% of max value = 765). Red value is 176 (69.14% from 255 or 30.93% from 569); Green value is 152 (59.77% from 255 or 26.71% from 569); Blue value is 241 (94.53% from 255 or 42.36% from 569); Max value from RGB is 241 - color contains mainly: blue. Hex color #B098F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B098F1 is #4F670E. Grayscale: #A8A8A8. Windows color (decimal): -5203727 or 15833264. OLE color: 15833264.

HSL color Cylindrical-coordinate representation of color #B098F1: hue angle of 256.18º degrees, saturation: 0.76, 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 #B098F1 is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 176 152 241 -
CMYK 0.27 0.37 0 0.05
HSL 256.18º 0.76% 0.77% -
HSV(B) 256.18º 0.37% 0.95% -
XYZ 45.01 38.04 88.19 -
YUV 169.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 176 152 241 0.27 0.37 0 0.05 256.18 0.76 0.77
Hex B0 98 F1 1B 25 0 5 100 4C 4D
Octal 260 230 361 33 45 0 5 400 114 115
Binary 10110000 10011000 11110001 11011 100101 0 101 100000000 1001100 1001101

Color Harmonies of #B098F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B098F1

Black with #B098F1

Text Example


Text Example

White with #B098F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B098F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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