Html Css Color HEX #B98BFE Biloba Flower

📋 copy color: '#B98BFE'

red 185 ◦ green 139 ◦ blue 254

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

Shades of Biloba Flower #B98BFE

Tints of Biloba Flower #B98BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 43.94%

R = 32.01%
G = 24.05%
B = 43.94%

CMYK

 C value IS 0.27

 M value IS 0.45

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B98BFE (or 0xB98BFE) is known color: Biloba Flower. HEX triplet: B9, 8B and FE. RGB value is (185,139,254). Sum of RGB (Red+Green+Blue) = 185+139+254=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 254 (99.61% from 255 or 43.94% from 578); Max value from RGB is 254 - color contains mainly: blue. Hex color #B98BFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98BFE is #467401. Grayscale: #A5A5A5. Windows color (decimal): -4617218 or 16681913. OLE color: 16681913.

HSL color Cylindrical-coordinate representation of color #B98BFE: hue angle of 264º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B98BFE is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 185 139 254 -
CMYK 0.27 0.45 0 0.00
HSL 264º 0.98% 0.77% -
HSV(B) 264º 0.45% 1% -
XYZ 47.13 35.94 98.22 -
YUV 165.86 177.74 141.65 -
System Red Green Blue C M Y K H S L
Decimal 185 139 254 0.27 0.45 0 0.00 264 0.98 0.77
Hex B9 8B FE 1B 2D 0 0 108 62 4D
Octal 271 213 376 33 55 0 0 410 142 115
Binary 10111001 10001011 11111110 11011 101101 0 0 100001000 1100010 1001101

Color Harmonies of #B98BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BFE

Black with #B98BFE

Text Example


Text Example

White with #B98BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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