Html Css Color HEX #B18AD3 Biloba Flower

📋 copy color: '#B18AD3'

red 177 ◦ green 138 ◦ blue 211

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

Shades of Biloba Flower #B18AD3

Tints of Biloba Flower #B18AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 40.11%

R = 33.65%
G = 26.24%
B = 40.11%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#B18AD3 (or 0xB18AD3) is known color: Biloba Flower. HEX triplet: B1, 8A and D3. RGB value is (177,138,211). Sum of RGB (Red+Green+Blue) = 177+138+211=526 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.65% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 211 (82.81% from 255 or 40.11% from 526); Max value from RGB is 211 - color contains mainly: blue. Hex color #B18AD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18AD3 is #4E752C. Grayscale: #9D9D9D. Windows color (decimal): -5141805 or 13863601. OLE color: 13863601.

HSL color Cylindrical-coordinate representation of color #B18AD3: hue angle of 272.05º degrees, saturation: 0.45, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B18AD3 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 177 138 211 -
CMYK 0.16 0.35 0 0.17
HSL 272.05º 0.45% 0.68% -
HSV(B) 272.05º 0.35% 0.83% -
XYZ 38.98 32.23 65.79 -
YUV 157.98 157.92 141.56 -
System Red Green Blue C M Y K H S L
Decimal 177 138 211 0.16 0.35 0 0.17 272.05 0.45 0.68
Hex B1 8A D3 10 23 0 11 110 2D 44
Octal 261 212 323 20 43 0 21 420 55 104
Binary 10110001 10001010 11010011 10000 100011 0 10001 100010000 101101 1000100

Color Harmonies of #B18AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18AD3

Black with #B18AD3

Text Example


Text Example

White with #B18AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18AD3; }

 p { color: rgb(177,138,211); }

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

background-color css

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

 a { background-color: rgb(177,138,211); }

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

border-color css

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

 span { border-color: rgb(177,138,211); }

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