Html Css Color HEX #B380DA Biloba Flower

📋 copy color: '#B380DA'

red 179 ◦ green 128 ◦ blue 218

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

Shades of Biloba Flower #B380DA

Tints of Biloba Flower #B380DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.52%

R = 34.1%
G = 24.38%
B = 41.52%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B380DA (or 0xB380DA) is known color: Biloba Flower. HEX triplet: B3, 80 and DA. RGB value is (179,128,218). Sum of RGB (Red+Green+Blue) = 179+128+218=525 (69% of max value = 765). Red value is 179 (70.31% from 255 or 34.10% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 218 (85.55% from 255 or 41.52% from 525); Max value from RGB is 218 - color contains mainly: blue. Hex color #B380DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380DA is #4C7F25. Grayscale: #999999. Windows color (decimal): -5013286 or 14319795. OLE color: 14319795.

HSL color Cylindrical-coordinate representation of color #B380DA: hue angle of 274º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B380DA is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 179 128 218 -
CMYK 0.18 0.41 0 0.15
HSL 274º 0.55% 0.68% -
HSV(B) 274º 0.41% 0.85% -
XYZ 38.96 30.08 70.08 -
YUV 153.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 179 128 218 0.18 0.41 0 0.15 274 0.55 0.68
Hex B3 80 DA 12 29 0 F 112 37 44
Octal 263 200 332 22 51 0 17 422 67 104
Binary 10110011 10000000 11011010 10010 101001 0 1111 100010010 110111 1000100

Color Harmonies of #B380DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B380DA

Black with #B380DA

Text Example


Text Example

White with #B380DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B380DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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