Html Css Color HEX #B18DFA Biloba Flower

📋 copy color: '#B18DFA'

red 177 ◦ green 141 ◦ blue 250

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

Shades of Biloba Flower #B18DFA

Tints of Biloba Flower #B18DFA

RGB

 RED value IS 177 (69.53% from 255) = 31.16%

 GREEN value IS 141 (55.47% from 255) = 24.82%

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

R = 31.16%
G = 24.82%
B = 44.01%

CMYK

 C value IS 0.29

 M value IS 0.44

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B18DFA (or 0xB18DFA) is known color: Biloba Flower. HEX triplet: B1, 8D and FA. RGB value is (177,141,250). Sum of RGB (Red+Green+Blue) = 177+141+250=568 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.16% from 568); Green value is 141 (55.47% from 255 or 24.82% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #B18DFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18DFA is #4E7205. Grayscale: #A3A3A3. Windows color (decimal): -5140998 or 16420273. OLE color: 16420273.

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

Color convert

RGB 177 141 250 -
CMYK 0.29 0.44 0 0.02
HSL 259.82º 0.92% 0.77% -
HSV(B) 259.82º 0.44% 0.98% -
XYZ 44.91 35.3 94.89 -
YUV 164.19 176.43 137.14 -
System Red Green Blue C M Y K H S L
Decimal 177 141 250 0.29 0.44 0 0.02 259.82 0.92 0.77
Hex B1 8D FA 1D 2C 0 2 104 5C 4D
Octal 261 215 372 35 54 0 2 404 134 115
Binary 10110001 10001101 11111010 11101 101100 0 10 100000100 1011100 1001101

Color Harmonies of #B18DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18DFA

Black with #B18DFA

Text Example


Text Example

White with #B18DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18DFA; }

 p { color: rgb(177,141,250); }

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

background-color css

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

 a { background-color: rgb(177,141,250); }

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

border-color css

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

 span { border-color: rgb(177,141,250); }

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