Html Css Color HEX #B188FB Biloba Flower

📋 copy color: '#B188FB'

red 177 ◦ green 136 ◦ blue 251

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

Shades of Biloba Flower #B188FB

Tints of Biloba Flower #B188FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.5%

R = 31.38%
G = 24.11%
B = 44.5%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B188FB (or 0xB188FB) is known color: Biloba Flower. HEX triplet: B1, 88 and FB. RGB value is (177,136,251). Sum of RGB (Red+Green+Blue) = 177+136+251=564 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.38% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 251 (98.44% from 255 or 44.50% from 564); Max value from RGB is 251 - color contains mainly: blue. Hex color #B188FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B188FB is #4E7704. Grayscale: #A0A0A0. Windows color (decimal): -5142277 or 16484529. OLE color: 16484529.

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

Color convert

RGB 177 136 251 -
CMYK 0.29 0.46 0 0.02
HSL 261.39º 0.93% 0.76% -
HSV(B) 261.39º 0.46% 0.98% -
XYZ 44.35 33.92 95.48 -
YUV 161.37 178.58 139.15 -
System Red Green Blue C M Y K H S L
Decimal 177 136 251 0.29 0.46 0 0.02 261.39 0.93 0.76
Hex B1 88 FB 1D 2E 0 2 105 5D 4C
Octal 261 210 373 35 56 0 2 405 135 114
Binary 10110001 10001000 11111011 11101 101110 0 10 100000101 1011101 1001100

Color Harmonies of #B188FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B188FB

Black with #B188FB

Text Example


Text Example

White with #B188FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B188FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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