Html Css Color HEX #B98AFF Biloba Flower

📋 copy color: '#B98AFF'

red 185 ◦ green 138 ◦ blue 255

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

Shades of Biloba Flower #B98AFF

Tints of Biloba Flower #B98AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.12%

R = 32.01%
G = 23.88%
B = 44.12%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B98AFF (or 0xB98AFF) is known color: Biloba Flower. HEX triplet: B9, 8A and FF. RGB value is (185,138,255). Sum of RGB (Red+Green+Blue) = 185+138+255=578 (76% of max value = 765). Red value is 185 (72.66% from 255 or 32.01% from 578); Green value is 138 (54.30% from 255 or 23.88% from 578); Blue value is 255 (100% from 255 or 44.12% from 578); Max value from RGB is 255 - color contains mainly: blue. Hex color #B98AFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B98AFF is #467500. Grayscale: #A4A4A4. Windows color (decimal): -4617473 or 16747193. OLE color: 16747193.

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

Color convert

RGB 185 138 255 -
CMYK 0.27 0.46 0 0
HSL 264.1º 1% 0.77% -
HSV(B) 264.1º 0.46% 1% -
XYZ 47.15 35.71 99.02 -
YUV 165.39 178.57 141.99 -
System Red Green Blue C M Y K H S L
Decimal 185 138 255 0.27 0.46 0 0 264.1 1 0.77
Hex B9 8A FF 1B 2E 0 0 108 64 4D
Octal 271 212 377 33 56 0 0 410 144 115
Binary 10111001 10001010 11111111 11011 101110 0 0 100001000 1100100 1001101

Color Harmonies of #B98AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B98AFF

Black with #B98AFF

Text Example


Text Example

White with #B98AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B98AFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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