Html Css Color HEX #B689FF Biloba Flower

📋 copy color: '#B689FF'

red 182 ◦ green 137 ◦ blue 255

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

Shades of Biloba Flower #B689FF

Tints of Biloba Flower #B689FF

RGB

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

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

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

R = 31.71%
G = 23.87%
B = 44.43%

CMYK

 C value IS 0.29

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B689FF (or 0xB689FF) is known color: Biloba Flower. HEX triplet: B6, 89 and FF. RGB value is (182,137,255). Sum of RGB (Red+Green+Blue) = 182+137+255=574 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.71% from 574); Green value is 137 (53.91% from 255 or 23.87% from 574); Blue value is 255 (100% from 255 or 44.43% from 574); Max value from RGB is 255 - color contains mainly: blue. Hex color #B689FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B689FF is #497600. Grayscale: #A3A3A3. Windows color (decimal): -4814337 or 16746934. OLE color: 16746934.

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

Color convert

RGB 182 137 255 -
CMYK 0.29 0.46 0 0
HSL 262.88º 1% 0.77% -
HSV(B) 262.88º 0.46% 1% -
XYZ 46.29 35.06 98.93 -
YUV 163.91 179.41 140.91 -
System Red Green Blue C M Y K H S L
Decimal 182 137 255 0.29 0.46 0 0 262.88 1 0.77
Hex B6 89 FF 1D 2E 0 0 107 64 4D
Octal 266 211 377 35 56 0 0 407 144 115
Binary 10110110 10001001 11111111 11101 101110 0 0 100000111 1100100 1001101

Color Harmonies of #B689FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B689FF

Black with #B689FF

Text Example


Text Example

White with #B689FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B689FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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