Html Css Color HEX #B188FE Biloba Flower

📋 copy color: '#B188FE'

red 177 ◦ green 136 ◦ blue 254

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

Shades of Biloba Flower #B188FE

Tints of Biloba Flower #B188FE

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.99%

 BLUE value IS 254 (99.61% from 255) = 44.8%

R = 31.22%
G = 23.99%
B = 44.8%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B188FE (or 0xB188FE) is known color: Biloba Flower. HEX triplet: B1, 88 and FE. RGB value is (177,136,254). Sum of RGB (Red+Green+Blue) = 177+136+254=567 (75% of max value = 765). Red value is 177 (69.53% from 255 or 31.22% from 567); Green value is 136 (53.52% from 255 or 23.99% from 567); Blue value is 254 (99.61% from 255 or 44.80% from 567); Max value from RGB is 254 - color contains mainly: blue. Hex color #B188FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B188FE is #4E7701. Grayscale: #A1A1A1. Windows color (decimal): -5142274 or 16681137. OLE color: 16681137.

HSL color Cylindrical-coordinate representation of color #B188FE: hue angle of 260.85º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B188FE is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 136 254 -
CMYK 0.30 0.46 0 0.00
HSL 260.85º 0.98% 0.76% -
HSV(B) 260.85º 0.46% 1% -
XYZ 44.83 34.11 97.99 -
YUV 161.71 180.08 138.91 -
System Red Green Blue C M Y K H S L
Decimal 177 136 254 0.30 0.46 0 0.00 260.85 0.98 0.76
Hex B1 88 FE 1E 2E 0 0 105 62 4C
Octal 261 210 376 36 56 0 0 405 142 114
Binary 10110001 10001000 11111110 11110 101110 0 0 100000101 1100010 1001100

Color Harmonies of #B188FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B188FE

Black with #B188FE

Text Example


Text Example

White with #B188FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B188FE; }

 p { color: rgb(177,136,254); }

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

background-color css

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

 a { background-color: rgb(177,136,254); }

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

border-color css

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

 span { border-color: rgb(177,136,254); }

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