Html Css Color HEX #B380E9 Biloba Flower

📋 copy color: '#B380E9'

red 179 ◦ green 128 ◦ blue 233

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

Shades of Biloba Flower #B380E9

Tints of Biloba Flower #B380E9

RGB

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

 GREEN value IS 128 (50.39% from 255) = 23.7%

 BLUE value IS 233 (91.41% from 255) = 43.15%

R = 33.15%
G = 23.7%
B = 43.15%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#B380E9 (or 0xB380E9) is known color: Biloba Flower. HEX triplet: B3, 80 and E9. RGB value is (179,128,233). Sum of RGB (Red+Green+Blue) = 179+128+233=540 (71% of max value = 765). Red value is 179 (70.31% from 255 or 33.15% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 233 (91.41% from 255 or 43.15% from 540); Max value from RGB is 233 - color contains mainly: blue. Hex color #B380E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B380E9 is #4C7F16. Grayscale: #9A9A9A. Windows color (decimal): -5013271 or 15302835. OLE color: 15302835.

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

Color convert

RGB 179 128 233 -
CMYK 0.23 0.45 0 0.09
HSL 269.14º 0.7% 0.71% -
HSV(B) 269.14º 0.45% 0.91% -
XYZ 41.02 30.91 80.89 -
YUV 155.22 171.9 144.96 -
System Red Green Blue C M Y K H S L
Decimal 179 128 233 0.23 0.45 0 0.09 269.14 0.7 0.71
Hex B3 80 E9 17 2D 0 9 10D 46 47
Octal 263 200 351 27 55 0 11 415 106 107
Binary 10110011 10000000 11101001 10111 101101 0 1001 100001101 1000110 1000111

Color Harmonies of #B380E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B380E9

Black with #B380E9

Text Example


Text Example

White with #B380E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B380E9; }

 p { color: rgb(179,128,233); }

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

background-color css

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

 a { background-color: rgb(179,128,233); }

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

border-color css

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

 span { border-color: rgb(179,128,233); }

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