Html Css Color HEX #B288FA Biloba Flower

📋 copy color: '#B288FA'

red 178 ◦ green 136 ◦ blue 250

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

Shades of Biloba Flower #B288FA

Tints of Biloba Flower #B288FA

RGB

 RED value IS 178 (69.92% from 255) = 31.56%

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

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

R = 31.56%
G = 24.11%
B = 44.33%

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

#B288FA (or 0xB288FA) is known color: Biloba Flower. HEX triplet: B2, 88 and FA. RGB value is (178,136,250). Sum of RGB (Red+Green+Blue) = 178+136+250=564 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.56% from 564); Green value is 136 (53.52% from 255 or 24.11% from 564); Blue value is 250 (98.05% from 255 or 44.33% from 564); Max value from RGB is 250 - color contains mainly: blue. Hex color #B288FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B288FA is #4D7705. Grayscale: #A1A1A1. Windows color (decimal): -5076742 or 16418994. OLE color: 16418994.

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

Color convert

RGB 178 136 250 -
CMYK 0.29 0.46 0 0.02
HSL 262.11º 0.92% 0.76% -
HSV(B) 262.11º 0.46% 0.98% -
XYZ 44.42 33.98 94.66 -
YUV 161.55 177.91 139.73 -
System Red Green Blue C M Y K H S L
Decimal 178 136 250 0.29 0.46 0 0.02 262.11 0.92 0.76
Hex B2 88 FA 1D 2E 0 2 106 5C 4C
Octal 262 210 372 35 56 0 2 406 134 114
Binary 10110010 10001000 11111010 11101 101110 0 10 100000110 1011100 1001100

Color Harmonies of #B288FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B288FA

Black with #B288FA

Text Example


Text Example

White with #B288FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B288FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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