Html Css Color HEX #B98CE6 Biloba Flower

📋 copy color: '#B98CE6'

red 185 ◦ green 140 ◦ blue 230

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

Shades of Biloba Flower #B98CE6

Tints of Biloba Flower #B98CE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.44%

R = 33.33%
G = 25.23%
B = 41.44%

CMYK

 C value IS 0.20

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B98CE6 (or 0xB98CE6) is known color: Biloba Flower. HEX triplet: B9, 8C and E6. RGB value is (185,140,230). Sum of RGB (Red+Green+Blue) = 185+140+230=555 (73% of max value = 765). Red value is 185 (72.66% from 255 or 33.33% from 555); Green value is 140 (55.08% from 255 or 25.23% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #B98CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98CE6 is #467319. Grayscale: #A3A3A3. Windows color (decimal): -4616986 or 15109305. OLE color: 15109305.

HSL color Cylindrical-coordinate representation of color #B98CE6: hue angle of 270º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B98CE6 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 185 140 230 -
CMYK 0.20 0.39 0 0.10
HSL 270º 0.64% 0.73% -
HSV(B) 270º 0.39% 0.9% -
XYZ 43.67 34.78 79.28 -
YUV 163.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 185 140 230 0.20 0.39 0 0.10 270 0.64 0.73
Hex B9 8C E6 14 27 0 A 10E 40 49
Octal 271 214 346 24 47 0 12 416 100 111
Binary 10111001 10001100 11100110 10100 100111 0 1010 100001110 1000000 1001001

Color Harmonies of #B98CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98CE6

Black with #B98CE6

Text Example


Text Example

White with #B98CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98CE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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