Html Css Color HEX #B98FEF Biloba Flower

📋 copy color: '#B98FEF'

red 185 ◦ green 143 ◦ blue 239

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

Shades of Biloba Flower #B98FEF

Tints of Biloba Flower #B98FEF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25.22%

 BLUE value IS 239 (93.75% from 255) = 42.15%

R = 32.63%
G = 25.22%
B = 42.15%

CMYK

 C value IS 0.23

 M value IS 0.40

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B98FEF (or 0xB98FEF) is known color: Biloba Flower. HEX triplet: B9, 8F and EF. RGB value is (185,143,239). Sum of RGB (Red+Green+Blue) = 185+143+239=567 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.63% from 567); Green value is 143 (56.25% from 255 or 25.22% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #B98FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98FEF is #467010. Grayscale: #A6A6A6. Windows color (decimal): -4616209 or 15699897. OLE color: 15699897.

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

Color convert

RGB 185 143 239 -
CMYK 0.23 0.40 0 0.06
HSL 266.25º 0.75% 0.75% -
HSV(B) 266.25º 0.4% 0.94% -
XYZ 45.41 36.19 86.25 -
YUV 166.5 168.91 141.19 -
System Red Green Blue C M Y K H S L
Decimal 185 143 239 0.23 0.40 0 0.06 266.25 0.75 0.75
Hex B9 8F EF 17 28 0 6 10A 4B 4B
Octal 271 217 357 27 50 0 6 412 113 113
Binary 10111001 10001111 11101111 10111 101000 0 110 100001010 1001011 1001011

Color Harmonies of #B98FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98FEF

Black with #B98FEF

Text Example


Text Example

White with #B98FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98FEF; }

 p { color: rgb(185,143,239); }

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

background-color css

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

 a { background-color: rgb(185,143,239); }

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

border-color css

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

 span { border-color: rgb(185,143,239); }

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