Html Css Color HEX #B689FE Biloba Flower

📋 copy color: '#B689FE'

red 182 ◦ green 137 ◦ blue 254

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

Shades of Biloba Flower #B689FE

Tints of Biloba Flower #B689FE

RGB

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

 GREEN value IS 137 (53.91% from 255) = 23.91%

 BLUE value IS 254 (99.61% from 255) = 44.33%

R = 31.76%
G = 23.91%
B = 44.33%

CMYK

 C value IS 0.28

 M value IS 0.46

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B689FE (or 0xB689FE) is known color: Biloba Flower. HEX triplet: B6, 89 and FE. RGB value is (182,137,254). Sum of RGB (Red+Green+Blue) = 182+137+254=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 137 (53.91% from 255 or 23.91% from 573); Blue value is 254 (99.61% from 255 or 44.33% from 573); Max value from RGB is 254 - color contains mainly: blue. Hex color #B689FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B689FE is #497601. Grayscale: #A3A3A3. Windows color (decimal): -4814338 or 16681398. OLE color: 16681398.

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

Color convert

RGB 182 137 254 -
CMYK 0.28 0.46 0 0.00
HSL 263.08º 0.98% 0.77% -
HSV(B) 263.08º 0.46% 1% -
XYZ 46.13 34.99 98.09 -
YUV 163.79 178.91 140.99 -
System Red Green Blue C M Y K H S L
Decimal 182 137 254 0.28 0.46 0 0.00 263.08 0.98 0.77
Hex B6 89 FE 1C 2E 0 0 107 62 4D
Octal 266 211 376 34 56 0 0 407 142 115
Binary 10110110 10001001 11111110 11100 101110 0 0 100000111 1100010 1001101

Color Harmonies of #B689FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B689FE

Black with #B689FE

Text Example


Text Example

White with #B689FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B689FE; }

 p { color: rgb(182,137,254); }

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

background-color css

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

 a { background-color: rgb(182,137,254); }

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

border-color css

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

 span { border-color: rgb(182,137,254); }

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