Html Css Color HEX #B18CFC Biloba Flower

📋 copy color: '#B18CFC'

red 177 ◦ green 140 ◦ blue 252

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

Shades of Biloba Flower #B18CFC

Tints of Biloba Flower #B18CFC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.6%

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

R = 31.11%
G = 24.6%
B = 44.29%

CMYK

 C value IS 0.30

 M value IS 0.44

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B18CFC (or 0xB18CFC) is known color: Biloba Flower. HEX triplet: B1, 8C and FC. RGB value is (177,140,252). Sum of RGB (Red+Green+Blue) = 177+140+252=569 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.11% from 569); Green value is 140 (55.08% from 255 or 24.60% from 569); Blue value is 252 (98.83% from 255 or 44.29% from 569); Max value from RGB is 252 - color contains mainly: blue. Hex color #B18CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18CFC is #4E7303. Grayscale: #A3A3A3. Windows color (decimal): -5141252 or 16551089. OLE color: 16551089.

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

Color convert

RGB 177 140 252 -
CMYK 0.30 0.44 0 0.01
HSL 259.82º 0.95% 0.77% -
HSV(B) 259.82º 0.44% 0.99% -
XYZ 45.08 35.13 96.5 -
YUV 163.83 177.76 137.39 -
System Red Green Blue C M Y K H S L
Decimal 177 140 252 0.30 0.44 0 0.01 259.82 0.95 0.77
Hex B1 8C FC 1E 2C 0 1 104 5F 4D
Octal 261 214 374 36 54 0 1 404 137 115
Binary 10110001 10001100 11111100 11110 101100 0 1 100000100 1011111 1001101

Color Harmonies of #B18CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18CFC

Black with #B18CFC

Text Example


Text Example

White with #B18CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18CFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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