Html Css Color HEX #B688FF Biloba Flower

📋 copy color: '#B688FF'

red 182 ◦ green 136 ◦ blue 255

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

Shades of Biloba Flower #B688FF

Tints of Biloba Flower #B688FF

RGB

 RED value IS 182 (71.48% from 255) = 31.76%

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

 BLUE value IS 255 (100% from 255) = 44.5%

R = 31.76%
G = 23.73%
B = 44.5%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B688FF (or 0xB688FF) is known color: Biloba Flower. HEX triplet: B6, 88 and FF. RGB value is (182,136,255). Sum of RGB (Red+Green+Blue) = 182+136+255=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 136 (53.52% from 255 or 23.73% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #B688FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B688FF is #497700. Grayscale: #A2A2A2. Windows color (decimal): -4814593 or 16746678. OLE color: 16746678.

HSL color Cylindrical-coordinate representation of color #B688FF: hue angle of 263.19º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B688FF is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 182 136 255 -
CMYK 0.29 0.47 0 0
HSL 263.19º 1% 0.77% -
HSV(B) 263.19º 0.47% 1% -
XYZ 46.15 34.77 98.89 -
YUV 163.32 179.74 141.32 -
System Red Green Blue C M Y K H S L
Decimal 182 136 255 0.29 0.47 0 0 263.19 1 0.77
Hex B6 88 FF 1D 2F 0 0 107 64 4D
Octal 266 210 377 35 57 0 0 407 144 115
Binary 10110110 10001000 11111111 11101 101111 0 0 100000111 1100100 1001101

Color Harmonies of #B688FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B688FF

Black with #B688FF

Text Example


Text Example

White with #B688FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B688FF; }

 p { color: rgb(182,136,255); }

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

background-color css

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

 a { background-color: rgb(182,136,255); }

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

border-color css

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

 span { border-color: rgb(182,136,255); }

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