Html Css Color HEX #B98FDC Biloba Flower

📋 copy color: '#B98FDC'

red 185 ◦ green 143 ◦ blue 220

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

Shades of Biloba Flower #B98FDC

Tints of Biloba Flower #B98FDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 40.15%

R = 33.76%
G = 26.09%
B = 40.15%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B98FDC (or 0xB98FDC) is known color: Biloba Flower. HEX triplet: B9, 8F and DC. RGB value is (185,143,220). Sum of RGB (Red+Green+Blue) = 185+143+220=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 220 (86.33% from 255 or 40.15% from 548); Max value from RGB is 220 - color contains mainly: blue. Hex color #B98FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98FDC is #467023. Grayscale: #A4A4A4. Windows color (decimal): -4616228 or 14454713. OLE color: 14454713.

HSL color Cylindrical-coordinate representation of color #B98FDC: hue angle of 272.73º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B98FDC is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 185 143 220 -
CMYK 0.16 0.35 0 0.14
HSL 272.73º 0.52% 0.71% -
HSV(B) 272.73º 0.35% 0.86% -
XYZ 42.75 35.13 72.24 -
YUV 164.34 159.41 142.74 -
System Red Green Blue C M Y K H S L
Decimal 185 143 220 0.16 0.35 0 0.14 272.73 0.52 0.71
Hex B9 8F DC 10 23 0 E 111 34 47
Octal 271 217 334 20 43 0 16 421 64 107
Binary 10111001 10001111 11011100 10000 100011 0 1110 100010001 110100 1000111

Color Harmonies of #B98FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98FDC

Black with #B98FDC

Text Example


Text Example

White with #B98FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98FDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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