Html Css Color HEX #B188FA Biloba Flower

📋 copy color: '#B188FA'

red 177 ◦ green 136 ◦ blue 250

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

Shades of Biloba Flower #B188FA

Tints of Biloba Flower #B188FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.4%

R = 31.44%
G = 24.16%
B = 44.4%

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

#B188FA (or 0xB188FA) is known color: Biloba Flower. HEX triplet: B1, 88 and FA. RGB value is (177,136,250). Sum of RGB (Red+Green+Blue) = 177+136+250=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 250 (98.05% from 255 or 44.40% from 563); Max value from RGB is 250 - color contains mainly: blue. Hex color #B188FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B188FA is #4E7705. Grayscale: #A0A0A0. Windows color (decimal): -5142278 or 16418993. OLE color: 16418993.

HSL color Cylindrical-coordinate representation of color #B188FA: hue angle of 261.58º degrees, saturation: 0.92, 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 #B188FA is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 136 250 -
CMYK 0.29 0.46 0 0.02
HSL 261.58º 0.92% 0.76% -
HSV(B) 261.58º 0.46% 0.98% -
XYZ 44.19 33.86 94.65 -
YUV 161.26 178.08 139.23 -
System Red Green Blue C M Y K H S L
Decimal 177 136 250 0.29 0.46 0 0.02 261.58 0.92 0.76
Hex B1 88 FA 1D 2E 0 2 106 5C 4C
Octal 261 210 372 35 56 0 2 406 134 114
Binary 10110001 10001000 11111010 11101 101110 0 10 100000110 1011100 1001100

Color Harmonies of #B188FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B188FA

Black with #B188FA

Text Example


Text Example

White with #B188FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B188FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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