Html Css Color HEX #B389E8 Biloba Flower

📋 copy color: '#B389E8'

red 179 ◦ green 137 ◦ blue 232

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

Shades of Biloba Flower #B389E8

Tints of Biloba Flower #B389E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.34%

R = 32.66%
G = 25%
B = 42.34%

CMYK

 C value IS 0.23

 M value IS 0.41

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B389E8 (or 0xB389E8) is known color: Biloba Flower. HEX triplet: B3, 89 and E8. RGB value is (179,137,232). Sum of RGB (Red+Green+Blue) = 179+137+232=548 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.66% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 232 (91.02% from 255 or 42.34% from 548); Max value from RGB is 232 - color contains mainly: blue. Hex color #B389E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B389E8 is #4C7617. Grayscale: #A0A0A0. Windows color (decimal): -5010968 or 15239603. OLE color: 15239603.

HSL color Cylindrical-coordinate representation of color #B389E8: hue angle of 266.53º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B389E8 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 179 137 232 -
CMYK 0.23 0.41 0 0.09
HSL 266.53º 0.67% 0.72% -
HSV(B) 266.53º 0.41% 0.91% -
XYZ 42.1 33.3 80.55 -
YUV 160.39 168.41 141.28 -
System Red Green Blue C M Y K H S L
Decimal 179 137 232 0.23 0.41 0 0.09 266.53 0.67 0.72
Hex B3 89 E8 17 29 0 9 10B 43 48
Octal 263 211 350 27 51 0 11 413 103 110
Binary 10110011 10001001 11101000 10111 101001 0 1001 100001011 1000011 1001000

Color Harmonies of #B389E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B389E8

Black with #B389E8

Text Example


Text Example

White with #B389E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B389E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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