Html Css Color HEX #B98FED Biloba Flower

📋 copy color: '#B98FED'

red 185 ◦ green 143 ◦ blue 237

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

Shades of Biloba Flower #B98FED

Tints of Biloba Flower #B98FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.95%

R = 32.74%
G = 25.31%
B = 41.95%

CMYK

 C value IS 0.22

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B98FED (or 0xB98FED) is known color: Biloba Flower. HEX triplet: B9, 8F and ED. RGB value is (185,143,237). Sum of RGB (Red+Green+Blue) = 185+143+237=565 (74% of max value = 765). Red value is 185 (72.66% from 255 or 32.74% from 565); Green value is 143 (56.25% from 255 or 25.31% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #B98FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98FED is #467012. Grayscale: #A5A5A5. Windows color (decimal): -4616211 or 15568825. OLE color: 15568825.

HSL color Cylindrical-coordinate representation of color #B98FED: hue angle of 266.81º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B98FED is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 185 143 237 -
CMYK 0.22 0.40 0 0.07
HSL 266.81º 0.72% 0.75% -
HSV(B) 266.81º 0.4% 0.93% -
XYZ 45.12 36.07 84.71 -
YUV 166.27 167.91 141.36 -
System Red Green Blue C M Y K H S L
Decimal 185 143 237 0.22 0.40 0 0.07 266.81 0.72 0.75
Hex B9 8F ED 16 28 0 7 10B 48 4B
Octal 271 217 355 26 50 0 7 413 110 113
Binary 10111001 10001111 11101101 10110 101000 0 111 100001011 1001000 1001011

Color Harmonies of #B98FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98FED

Black with #B98FED

Text Example


Text Example

White with #B98FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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