Html Css Color HEX #B389ED Biloba Flower

📋 copy color: '#B389ED'

red 179 ◦ green 137 ◦ blue 237

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

Shades of Biloba Flower #B389ED

Tints of Biloba Flower #B389ED

RGB

 RED value IS 179 (70.31% from 255) = 32.37%

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

 BLUE value IS 237 (92.97% from 255) = 42.86%

R = 32.37%
G = 24.77%
B = 42.86%

CMYK

 C value IS 0.24

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B389ED (or 0xB389ED) is known color: Biloba Flower. HEX triplet: B3, 89 and ED. RGB value is (179,137,237). Sum of RGB (Red+Green+Blue) = 179+137+237=553 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.37% from 553); Green value is 137 (53.91% from 255 or 24.77% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #B389ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B389ED is #4C7612. Grayscale: #A0A0A0. Windows color (decimal): -5010963 or 15567283. OLE color: 15567283.

HSL color Cylindrical-coordinate representation of color #B389ED: hue angle of 265.2º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B389ED is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 137 237 -
CMYK 0.24 0.42 0 0.07
HSL 265.2º 0.74% 0.73% -
HSV(B) 265.2º 0.42% 0.93% -
XYZ 42.82 33.59 84.35 -
YUV 160.96 170.91 140.87 -
System Red Green Blue C M Y K H S L
Decimal 179 137 237 0.24 0.42 0 0.07 265.2 0.74 0.73
Hex B3 89 ED 18 2A 0 7 109 4A 49
Octal 263 211 355 30 52 0 7 411 112 111
Binary 10110011 10001001 11101101 11000 101010 0 111 100001001 1001010 1001001

Color Harmonies of #B389ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B389ED

Black with #B389ED

Text Example


Text Example

White with #B389ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B389ED; }

 p { color: rgb(179,137,237); }

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

background-color css

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

 a { background-color: rgb(179,137,237); }

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

border-color css

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

 span { border-color: rgb(179,137,237); }

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