Html Css Color HEX #B380DF Biloba Flower

📋 copy color: '#B380DF'

red 179 ◦ green 128 ◦ blue 223

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

Shades of Biloba Flower #B380DF

Tints of Biloba Flower #B380DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.08%

R = 33.77%
G = 24.15%
B = 42.08%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B380DF (or 0xB380DF) is known color: Biloba Flower. HEX triplet: B3, 80 and DF. RGB value is (179,128,223). Sum of RGB (Red+Green+Blue) = 179+128+223=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 128 (50.39% from 255 or 24.15% from 530); Blue value is 223 (87.5% from 255 or 42.08% from 530); Max value from RGB is 223 - color contains mainly: blue. Hex color #B380DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B380DF is #4C7F20. Grayscale: #999999. Windows color (decimal): -5013281 or 14647475. OLE color: 14647475.

HSL color Cylindrical-coordinate representation of color #B380DF: hue angle of 272.21º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B380DF is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 128 223 -
CMYK 0.20 0.43 0 0.13
HSL 272.21º 0.6% 0.69% -
HSV(B) 272.21º 0.43% 0.87% -
XYZ 39.63 30.35 73.58 -
YUV 154.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 179 128 223 0.20 0.43 0 0.13 272.21 0.6 0.69
Hex B3 80 DF 14 2B 0 D 110 3C 45
Octal 263 200 337 24 53 0 15 420 74 105
Binary 10110011 10000000 11011111 10100 101011 0 1101 100010000 111100 1000101

Color Harmonies of #B380DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B380DF

Black with #B380DF

Text Example


Text Example

White with #B380DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B380DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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