Html Css Color HEX #B380DD Biloba Flower

📋 copy color: '#B380DD'

red 179 ◦ green 128 ◦ blue 221

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

Shades of Biloba Flower #B380DD

Tints of Biloba Flower #B380DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 33.9%
G = 24.24%
B = 41.86%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B380DD (or 0xB380DD) is known color: Biloba Flower. HEX triplet: B3, 80 and DD. RGB value is (179,128,221). Sum of RGB (Red+Green+Blue) = 179+128+221=528 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.90% from 528); Green value is 128 (50.39% from 255 or 24.24% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #B380DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380DD is #4C7F22. Grayscale: #999999. Windows color (decimal): -5013283 or 14516403. OLE color: 14516403.

HSL color Cylindrical-coordinate representation of color #B380DD: hue angle of 272.9º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B380DD is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 128 221 -
CMYK 0.19 0.42 0 0.13
HSL 272.9º 0.58% 0.68% -
HSV(B) 272.9º 0.42% 0.87% -
XYZ 39.36 30.24 72.17 -
YUV 153.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 179 128 221 0.19 0.42 0 0.13 272.9 0.58 0.68
Hex B3 80 DD 13 2A 0 D 111 3A 44
Octal 263 200 335 23 52 0 15 421 72 104
Binary 10110011 10000000 11011101 10011 101010 0 1101 100010001 111010 1000100

Color Harmonies of #B380DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B380DD

Black with #B380DD

Text Example


Text Example

White with #B380DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B380DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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