Html Css Color HEX #B98BE3 Biloba Flower

📋 copy color: '#B98BE3'

red 185 ◦ green 139 ◦ blue 227

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

Shades of Biloba Flower #B98BE3

Tints of Biloba Flower #B98BE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 41.2%

R = 33.58%
G = 25.23%
B = 41.2%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B98BE3 (or 0xB98BE3) is known color: Biloba Flower. HEX triplet: B9, 8B and E3. RGB value is (185,139,227). Sum of RGB (Red+Green+Blue) = 185+139+227=551 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.58% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 227 (89.06% from 255 or 41.20% from 551); Max value from RGB is 227 - color contains mainly: blue. Hex color #B98BE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98BE3 is #46741C. Grayscale: #A2A2A2. Windows color (decimal): -4617245 or 14912441. OLE color: 14912441.

HSL color Cylindrical-coordinate representation of color #B98BE3: hue angle of 271.36º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B98BE3 is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 185 139 227 -
CMYK 0.19 0.39 0 0.11
HSL 271.36º 0.61% 0.72% -
HSV(B) 271.36º 0.39% 0.89% -
XYZ 43.11 34.33 77.03 -
YUV 162.79 164.24 143.84 -
System Red Green Blue C M Y K H S L
Decimal 185 139 227 0.19 0.39 0 0.11 271.36 0.61 0.72
Hex B9 8B E3 13 27 0 B 10F 3D 48
Octal 271 213 343 23 47 0 13 417 75 110
Binary 10111001 10001011 11100011 10011 100111 0 1011 100001111 111101 1001000

Color Harmonies of #B98BE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98BE3

Black with #B98BE3

Text Example


Text Example

White with #B98BE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98BE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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