Html Css Color HEX #B18FFC Biloba Flower

📋 copy color: '#B18FFC'

red 177 ◦ green 143 ◦ blue 252

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

Shades of Biloba Flower #B18FFC

Tints of Biloba Flower #B18FFC

RGB

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

 GREEN value IS 143 (56.25% from 255) = 25%

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

R = 30.94%
G = 25%
B = 44.06%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B18FFC (or 0xB18FFC) is known color: Biloba Flower. HEX triplet: B1, 8F and FC. RGB value is (177,143,252). Sum of RGB (Red+Green+Blue) = 177+143+252=572 (75% of max value = 765). Red value is 177 (69.53% from 255 or 30.94% from 572); Green value is 143 (56.25% from 255 or 25% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #B18FFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18FFC is #4E7003. Grayscale: #A5A5A5. Windows color (decimal): -5140484 or 16551857. OLE color: 16551857.

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

Color convert

RGB 177 143 252 -
CMYK 0.30 0.43 0 0.01
HSL 258.72º 0.95% 0.77% -
HSV(B) 258.72º 0.43% 0.99% -
XYZ 45.52 36.02 96.65 -
YUV 165.59 176.76 136.14 -
System Red Green Blue C M Y K H S L
Decimal 177 143 252 0.30 0.43 0 0.01 258.72 0.95 0.77
Hex B1 8F FC 1E 2B 0 1 103 5F 4D
Octal 261 217 374 36 53 0 1 403 137 115
Binary 10110001 10001111 11111100 11110 101011 0 1 100000011 1011111 1001101

Color Harmonies of #B18FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18FFC

Black with #B18FFC

Text Example


Text Example

White with #B18FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18FFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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