Html Css Color HEX #B689E6 Biloba Flower

📋 copy color: '#B689E6'

red 182 ◦ green 137 ◦ blue 230

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

Shades of Biloba Flower #B689E6

Tints of Biloba Flower #B689E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 41.89%

R = 33.15%
G = 24.95%
B = 41.89%

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

#B689E6 (or 0xB689E6) is known color: Biloba Flower. HEX triplet: B6, 89 and E6. RGB value is (182,137,230). Sum of RGB (Red+Green+Blue) = 182+137+230=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 230 (90.23% from 255 or 41.89% from 549); Max value from RGB is 230 - color contains mainly: blue. Hex color #B689E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B689E6 is #497619. Grayscale: #A0A0A0. Windows color (decimal): -4814362 or 15108534. OLE color: 15108534.

HSL color Cylindrical-coordinate representation of color #B689E6: hue angle of 269.03º degrees, saturation: 0.65, 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 #B689E6 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 182 137 230 -
CMYK 0.21 0.40 0 0.10
HSL 269.03º 0.65% 0.72% -
HSV(B) 269.03º 0.4% 0.9% -
XYZ 42.52 33.55 79.1 -
YUV 161.06 166.91 142.94 -
System Red Green Blue C M Y K H S L
Decimal 182 137 230 0.21 0.40 0 0.10 269.03 0.65 0.72
Hex B6 89 E6 15 28 0 A 10D 41 48
Octal 266 211 346 25 50 0 12 415 101 110
Binary 10110110 10001001 11100110 10101 101000 0 1010 100001101 1000001 1001000

Color Harmonies of #B689E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B689E6

Black with #B689E6

Text Example


Text Example

White with #B689E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B689E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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