Html Css Color HEX #B98FE0 Biloba Flower

📋 copy color: '#B98FE0'

red 185 ◦ green 143 ◦ blue 224

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

Shades of Biloba Flower #B98FE0

Tints of Biloba Flower #B98FE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.58%

R = 33.51%
G = 25.91%
B = 40.58%

CMYK

 C value IS 0.17

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B98FE0 (or 0xB98FE0) is known color: Biloba Flower. HEX triplet: B9, 8F and E0. RGB value is (185,143,224). Sum of RGB (Red+Green+Blue) = 185+143+224=552 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.51% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 224 (87.89% from 255 or 40.58% from 552); Max value from RGB is 224 - color contains mainly: blue. Hex color #B98FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98FE0 is #46701F. Grayscale: #A4A4A4. Windows color (decimal): -4616224 or 14716857. OLE color: 14716857.

HSL color Cylindrical-coordinate representation of color #B98FE0: hue angle of 271.11º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B98FE0 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 185 143 224 -
CMYK 0.17 0.36 0 0.12
HSL 271.11º 0.57% 0.72% -
HSV(B) 271.11º 0.36% 0.88% -
XYZ 43.28 35.34 75.06 -
YUV 164.79 161.41 142.41 -
System Red Green Blue C M Y K H S L
Decimal 185 143 224 0.17 0.36 0 0.12 271.11 0.57 0.72
Hex B9 8F E0 11 24 0 C 10F 39 48
Octal 271 217 340 21 44 0 14 417 71 110
Binary 10111001 10001111 11100000 10001 100100 0 1100 100001111 111001 1001000

Color Harmonies of #B98FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98FE0

Black with #B98FE0

Text Example


Text Example

White with #B98FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98FE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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