Html Css Color HEX #B98BF0 Biloba Flower

📋 copy color: '#B98BF0'

red 185 ◦ green 139 ◦ blue 240

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

Shades of Biloba Flower #B98BF0

Tints of Biloba Flower #B98BF0

RGB

 RED value IS 185 (72.66% from 255) = 32.8%

 GREEN value IS 139 (54.69% from 255) = 24.65%

 BLUE value IS 240 (94.14% from 255) = 42.55%

R = 32.8%
G = 24.65%
B = 42.55%

CMYK

 C value IS 0.23

 M value IS 0.42

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B98BF0 (or 0xB98BF0) is known color: Biloba Flower. HEX triplet: B9, 8B and F0. RGB value is (185,139,240). Sum of RGB (Red+Green+Blue) = 185+139+240=564 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.80% from 564); Green value is 139 (54.69% from 255 or 24.65% from 564); Blue value is 240 (94.14% from 255 or 42.55% from 564); Max value from RGB is 240 - color contains mainly: blue. Hex color #B98BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98BF0 is #46740F. Grayscale: #A3A3A3. Windows color (decimal): -4617232 or 15764409. OLE color: 15764409.

HSL color Cylindrical-coordinate representation of color #B98BF0: hue angle of 267.33º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B98BF0 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 139 240 -
CMYK 0.23 0.42 0 0.06
HSL 267.33º 0.77% 0.74% -
HSV(B) 267.33º 0.42% 0.94% -
XYZ 44.97 35.07 86.84 -
YUV 164.27 170.74 142.79 -
System Red Green Blue C M Y K H S L
Decimal 185 139 240 0.23 0.42 0 0.06 267.33 0.77 0.74
Hex B9 8B F0 17 2A 0 6 10B 4D 4A
Octal 271 213 360 27 52 0 6 413 115 112
Binary 10111001 10001011 11110000 10111 101010 0 110 100001011 1001101 1001010

Color Harmonies of #B98BF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BF0

Black with #B98BF0

Text Example


Text Example

White with #B98BF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BF0; }

 p { color: rgb(185,139,240); }

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

background-color css

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

 a { background-color: rgb(185,139,240); }

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

border-color css

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

 span { border-color: rgb(185,139,240); }

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