Html Css Color HEX #B98DE4 Biloba Flower

📋 copy color: '#B98DE4'

red 185 ◦ green 141 ◦ blue 228

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

Shades of Biloba Flower #B98DE4

Tints of Biloba Flower #B98DE4

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.45%

 BLUE value IS 228 (89.45% from 255) = 41.16%

R = 33.39%
G = 25.45%
B = 41.16%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B98DE4 (or 0xB98DE4) is known color: Biloba Flower. HEX triplet: B9, 8D and E4. RGB value is (185,141,228). Sum of RGB (Red+Green+Blue) = 185+141+228=554 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.39% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 228 (89.45% from 255 or 41.16% from 554); Max value from RGB is 228 - color contains mainly: blue. Hex color #B98DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B98DE4 is #46721B. Grayscale: #A3A3A3. Windows color (decimal): -4616732 or 14978489. OLE color: 14978489.

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

Color convert

RGB 185 141 228 -
CMYK 0.19 0.38 0 0.11
HSL 270.34º 0.62% 0.72% -
HSV(B) 270.34º 0.38% 0.89% -
XYZ 43.54 34.97 77.85 -
YUV 164.07 164.08 142.93 -
System Red Green Blue C M Y K H S L
Decimal 185 141 228 0.19 0.38 0 0.11 270.34 0.62 0.72
Hex B9 8D E4 13 26 0 B 10E 3E 48
Octal 271 215 344 23 46 0 13 416 76 110
Binary 10111001 10001101 11100100 10011 100110 0 1011 100001110 111110 1001000

Color Harmonies of #B98DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98DE4

Black with #B98DE4

Text Example


Text Example

White with #B98DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98DE4; }

 p { color: rgb(185,141,228); }

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

background-color css

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

 a { background-color: rgb(185,141,228); }

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

border-color css

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

 span { border-color: rgb(185,141,228); }

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