Html Css Color HEX #B689E5 Biloba Flower

📋 copy color: '#B689E5'

red 182 ◦ green 137 ◦ blue 229

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

Shades of Biloba Flower #B689E5

Tints of Biloba Flower #B689E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 41.79%

R = 33.21%
G = 25%
B = 41.79%

CMYK

 C value IS 0.21

 M value IS 0.40

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B689E5 (or 0xB689E5) is known color: Biloba Flower. HEX triplet: B6, 89 and E5. RGB value is (182,137,229). Sum of RGB (Red+Green+Blue) = 182+137+229=548 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.21% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 229 (89.84% from 255 or 41.79% from 548); Max value from RGB is 229 - color contains mainly: blue. Hex color #B689E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B689E5 is #49761A. Grayscale: #A0A0A0. Windows color (decimal): -4814363 or 15042998. OLE color: 15042998.

HSL color Cylindrical-coordinate representation of color #B689E5: hue angle of 269.35º degrees, saturation: 0.64, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B689E5 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 137 229 -
CMYK 0.21 0.40 0 0.10
HSL 269.35º 0.64% 0.72% -
HSV(B) 269.35º 0.4% 0.9% -
XYZ 42.38 33.49 78.36 -
YUV 160.94 166.41 143.02 -
System Red Green Blue C M Y K H S L
Decimal 182 137 229 0.21 0.40 0 0.10 269.35 0.64 0.72
Hex B6 89 E5 15 28 0 A 10D 40 48
Octal 266 211 345 25 50 0 12 415 100 110
Binary 10110110 10001001 11100101 10101 101000 0 1010 100001101 1000000 1001000

Color Harmonies of #B689E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B689E5

Black with #B689E5

Text Example


Text Example

White with #B689E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B689E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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