Html Css Color HEX #B98CDF Biloba Flower

📋 copy color: '#B98CDF'

red 185 ◦ green 140 ◦ blue 223

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

Shades of Biloba Flower #B98CDF

Tints of Biloba Flower #B98CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.69%

R = 33.76%
G = 25.55%
B = 40.69%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B98CDF (or 0xB98CDF) is known color: Biloba Flower. HEX triplet: B9, 8C and DF. RGB value is (185,140,223). Sum of RGB (Red+Green+Blue) = 185+140+223=548 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.76% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: blue. Hex color #B98CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98CDF is #467320. Grayscale: #A2A2A2. Windows color (decimal): -4616993 or 14650553. OLE color: 14650553.

HSL color Cylindrical-coordinate representation of color #B98CDF: hue angle of 272.53º degrees, saturation: 0.56, 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 #B98CDF is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 185 140 223 -
CMYK 0.17 0.37 0 0.13
HSL 272.53º 0.56% 0.71% -
HSV(B) 272.53º 0.37% 0.87% -
XYZ 42.7 34.4 74.2 -
YUV 162.92 161.91 143.75 -
System Red Green Blue C M Y K H S L
Decimal 185 140 223 0.17 0.37 0 0.13 272.53 0.56 0.71
Hex B9 8C DF 11 25 0 D 111 38 47
Octal 271 214 337 21 45 0 15 421 70 107
Binary 10111001 10001100 11011111 10001 100101 0 1101 100010001 111000 1000111

Color Harmonies of #B98CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98CDF

Black with #B98CDF

Text Example


Text Example

White with #B98CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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