Html Css Color HEX #B98BDA Biloba Flower

📋 copy color: '#B98BDA'

red 185 ◦ green 139 ◦ blue 218

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

Shades of Biloba Flower #B98BDA

Tints of Biloba Flower #B98BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.22%

R = 34.13%
G = 25.65%
B = 40.22%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B98BDA (or 0xB98BDA) is known color: Biloba Flower. HEX triplet: B9, 8B and DA. RGB value is (185,139,218). Sum of RGB (Red+Green+Blue) = 185+139+218=542 (71% of max value = 765). Red value is 185 (72.66% from 255 or 34.13% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 218 (85.55% from 255 or 40.22% from 542); Max value from RGB is 218 - color contains mainly: blue. Hex color #B98BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BDA is #467425. Grayscale: #A1A1A1. Windows color (decimal): -4617254 or 14322617. OLE color: 14322617.

HSL color Cylindrical-coordinate representation of color #B98BDA: hue angle of 274.94º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B98BDA is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 139 218 -
CMYK 0.15 0.36 0 0.15
HSL 274.94º 0.52% 0.7% -
HSV(B) 274.94º 0.36% 0.85% -
XYZ 41.9 33.84 70.65 -
YUV 161.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 185 139 218 0.15 0.36 0 0.15 274.94 0.52 0.7
Hex B9 8B DA F 24 0 F 113 34 46
Octal 271 213 332 17 44 0 17 423 64 106
Binary 10111001 10001011 11011010 1111 100100 0 1111 100010011 110100 1000110

Color Harmonies of #B98BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BDA

Black with #B98BDA

Text Example


Text Example

White with #B98BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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