Html Css Color HEX #B18AFC Biloba Flower

📋 copy color: '#B18AFC'

red 177 ◦ green 138 ◦ blue 252

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

Shades of Biloba Flower #B18AFC

Tints of Biloba Flower #B18AFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.44%

R = 31.22%
G = 24.34%
B = 44.44%

CMYK

 C value IS 0.30

 M value IS 0.45

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B18AFC (or 0xB18AFC) is known color: Biloba Flower. HEX triplet: B1, 8A and FC. RGB value is (177,138,252). Sum of RGB (Red+Green+Blue) = 177+138+252=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 252 (98.83% from 255 or 44.44% from 567); Max value from RGB is 252 - color contains mainly: blue. Hex color #B18AFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18AFC is #4E7503. Grayscale: #A2A2A2. Windows color (decimal): -5141764 or 16550577. OLE color: 16550577.

HSL color Cylindrical-coordinate representation of color #B18AFC: hue angle of 260.53º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B18AFC is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 138 252 -
CMYK 0.30 0.45 0 0.01
HSL 260.53º 0.95% 0.76% -
HSV(B) 260.53º 0.45% 0.99% -
XYZ 44.79 34.55 96.4 -
YUV 162.66 178.42 138.23 -
System Red Green Blue C M Y K H S L
Decimal 177 138 252 0.30 0.45 0 0.01 260.53 0.95 0.76
Hex B1 8A FC 1E 2D 0 1 105 5F 4C
Octal 261 212 374 36 55 0 1 405 137 114
Binary 10110001 10001010 11111100 11110 101101 0 1 100000101 1011111 1001100

Color Harmonies of #B18AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18AFC

Black with #B18AFC

Text Example


Text Example

White with #B18AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18AFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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