Html Css Color HEX #B288F6 Biloba Flower

📋 copy color: '#B288F6'

red 178 ◦ green 136 ◦ blue 246

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

Shades of Biloba Flower #B288F6

Tints of Biloba Flower #B288F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 43.93%

R = 31.79%
G = 24.29%
B = 43.93%

CMYK

 C value IS 0.28

 M value IS 0.45

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B288F6 (or 0xB288F6) is known color: Biloba Flower. HEX triplet: B2, 88 and F6. RGB value is (178,136,246). Sum of RGB (Red+Green+Blue) = 178+136+246=560 (74% of max value = 765). Red value is 178 (69.92% from 255 or 31.79% from 560); Green value is 136 (53.52% from 255 or 24.29% from 560); Blue value is 246 (96.48% from 255 or 43.93% from 560); Max value from RGB is 246 - color contains mainly: blue. Hex color #B288F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B288F6 is #4D7709. Grayscale: #A0A0A0. Windows color (decimal): -5076746 or 16156850. OLE color: 16156850.

HSL color Cylindrical-coordinate representation of color #B288F6: hue angle of 262.91º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B288F6 is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 178 136 246 -
CMYK 0.28 0.45 0 0.04
HSL 262.91º 0.86% 0.75% -
HSV(B) 262.91º 0.45% 0.96% -
XYZ 43.8 33.73 91.39 -
YUV 161.1 175.91 140.06 -
System Red Green Blue C M Y K H S L
Decimal 178 136 246 0.28 0.45 0 0.04 262.91 0.86 0.75
Hex B2 88 F6 1C 2D 0 4 107 56 4B
Octal 262 210 366 34 55 0 4 407 126 113
Binary 10110010 10001000 11110110 11100 101101 0 100 100000111 1010110 1001011

Color Harmonies of #B288F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B288F6

Black with #B288F6

Text Example


Text Example

White with #B288F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B288F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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