Html Css Color HEX #B389FF Biloba Flower

📋 copy color: '#B389FF'

red 179 ◦ green 137 ◦ blue 255

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

Shades of Biloba Flower #B389FF

Tints of Biloba Flower #B389FF

RGB

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

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

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

R = 31.35%
G = 23.99%
B = 44.66%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B389FF (or 0xB389FF) is known color: Biloba Flower. HEX triplet: B3, 89 and FF. RGB value is (179,137,255). Sum of RGB (Red+Green+Blue) = 179+137+255=571 (75% of max value = 765). Red value is 179 (70.31% from 255 or 31.35% from 571); Green value is 137 (53.91% from 255 or 23.99% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #B389FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B389FF is #4C7600. Grayscale: #A2A2A2. Windows color (decimal): -5010945 or 16746931. OLE color: 16746931.

HSL color Cylindrical-coordinate representation of color #B389FF: hue angle of 261.36º 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 #B389FF is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 179 137 255 -
CMYK 0.30 0.46 0 0
HSL 261.36º 1% 0.77% -
HSV(B) 261.36º 0.46% 1% -
XYZ 45.59 34.7 98.9 -
YUV 163.01 179.91 139.41 -
System Red Green Blue C M Y K H S L
Decimal 179 137 255 0.30 0.46 0 0 261.36 1 0.77
Hex B3 89 FF 1E 2E 0 0 105 64 4D
Octal 263 211 377 36 56 0 0 405 144 115
Binary 10110011 10001001 11111111 11110 101110 0 0 100000101 1100100 1001101

Color Harmonies of #B389FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B389FF

Black with #B389FF

Text Example


Text Example

White with #B389FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B389FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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