Html Css Color HEX #B98AFA Biloba Flower

📋 copy color: '#B98AFA'

red 185 ◦ green 138 ◦ blue 250

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

Shades of Biloba Flower #B98AFA

Tints of Biloba Flower #B98AFA

RGB

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

 GREEN value IS 138 (54.3% from 255) = 24.08%

 BLUE value IS 250 (98.05% from 255) = 43.63%

R = 32.29%
G = 24.08%
B = 43.63%

CMYK

 C value IS 0.26

 M value IS 0.45

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B98AFA (or 0xB98AFA) is known color: Biloba Flower. HEX triplet: B9, 8A and FA. RGB value is (185,138,250). Sum of RGB (Red+Green+Blue) = 185+138+250=573 (75% of max value = 765). Red value is 185 (72.66% from 255 or 32.29% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #B98AFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98AFA is #467505. Grayscale: #A4A4A4. Windows color (decimal): -4617478 or 16419513. OLE color: 16419513.

HSL color Cylindrical-coordinate representation of color #B98AFA: hue angle of 265.18º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B98AFA is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 185 138 250 -
CMYK 0.26 0.45 0 0.02
HSL 265.18º 0.92% 0.76% -
HSV(B) 265.18º 0.45% 0.98% -
XYZ 46.35 35.39 94.83 -
YUV 164.82 176.07 142.39 -
System Red Green Blue C M Y K H S L
Decimal 185 138 250 0.26 0.45 0 0.02 265.18 0.92 0.76
Hex B9 8A FA 1A 2D 0 2 109 5C 4C
Octal 271 212 372 32 55 0 2 411 134 114
Binary 10111001 10001010 11111010 11010 101101 0 10 100001001 1011100 1001100

Color Harmonies of #B98AFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98AFA

Black with #B98AFA

Text Example


Text Example

White with #B98AFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98AFA; }

 p { color: rgb(185,138,250); }

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

background-color css

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

 a { background-color: rgb(185,138,250); }

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

border-color css

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

 span { border-color: rgb(185,138,250); }

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