Html Css Color HEX #B98CFC Biloba Flower

📋 copy color: '#B98CFC'

red 185 ◦ green 140 ◦ blue 252

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

Shades of Biloba Flower #B98CFC

Tints of Biloba Flower #B98CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 43.67%

R = 32.06%
G = 24.26%
B = 43.67%

CMYK

 C value IS 0.27

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B98CFC (or 0xB98CFC) is known color: Biloba Flower. HEX triplet: B9, 8C and FC. RGB value is (185,140,252). Sum of RGB (Red+Green+Blue) = 185+140+252=577 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.06% from 577); Green value is 140 (55.08% from 255 or 24.26% from 577); Blue value is 252 (98.83% from 255 or 43.67% from 577); Max value from RGB is 252 - color contains mainly: blue. Hex color #B98CFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98CFC is #467303. Grayscale: #A5A5A5. Windows color (decimal): -4616964 or 16551097. OLE color: 16551097.

HSL color Cylindrical-coordinate representation of color #B98CFC: hue angle of 264.11º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B98CFC is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 140 252 -
CMYK 0.27 0.44 0 0.01
HSL 264.11º 0.95% 0.77% -
HSV(B) 264.11º 0.44% 0.99% -
XYZ 46.96 36.1 96.59 -
YUV 166.22 176.41 141.39 -
System Red Green Blue C M Y K H S L
Decimal 185 140 252 0.27 0.44 0 0.01 264.11 0.95 0.77
Hex B9 8C FC 1B 2C 0 1 108 5F 4D
Octal 271 214 374 33 54 0 1 410 137 115
Binary 10111001 10001100 11111100 11011 101100 0 1 100001000 1011111 1001101

Color Harmonies of #B98CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98CFC

Black with #B98CFC

Text Example


Text Example

White with #B98CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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