Html Css Color HEX #B98CDD Biloba Flower

📋 copy color: '#B98CDD'

red 185 ◦ green 140 ◦ blue 221

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

Shades of Biloba Flower #B98CDD

Tints of Biloba Flower #B98CDD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.64%

 BLUE value IS 221 (86.72% from 255) = 40.48%

R = 33.88%
G = 25.64%
B = 40.48%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B98CDD (or 0xB98CDD) is known color: Biloba Flower. HEX triplet: B9, 8C and DD. RGB value is (185,140,221). Sum of RGB (Red+Green+Blue) = 185+140+221=546 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.88% from 546); Green value is 140 (55.08% from 255 or 25.64% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 221 - color contains mainly: blue. Hex color #B98CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98CDD is #467322. Grayscale: #A2A2A2. Windows color (decimal): -4616995 or 14519481. OLE color: 14519481.

HSL color Cylindrical-coordinate representation of color #B98CDD: hue angle of 273.33º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B98CDD is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 140 221 -
CMYK 0.16 0.37 0 0.13
HSL 273.33º 0.54% 0.71% -
HSV(B) 273.33º 0.37% 0.87% -
XYZ 42.44 34.29 72.79 -
YUV 162.69 160.91 143.91 -
System Red Green Blue C M Y K H S L
Decimal 185 140 221 0.16 0.37 0 0.13 273.33 0.54 0.71
Hex B9 8C DD 10 25 0 D 111 36 47
Octal 271 214 335 20 45 0 15 421 66 107
Binary 10111001 10001100 11011101 10000 100101 0 1101 100010001 110110 1000111

Color Harmonies of #B98CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98CDD

Black with #B98CDD

Text Example


Text Example

White with #B98CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98CDD; }

 p { color: rgb(185,140,221); }

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

background-color css

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

 a { background-color: rgb(185,140,221); }

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

border-color css

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

 span { border-color: rgb(185,140,221); }

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