Html Css Color HEX #B382DF Biloba Flower

📋 copy color: '#B382DF'

red 179 ◦ green 130 ◦ blue 223

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

Shades of Biloba Flower #B382DF

Tints of Biloba Flower #B382DF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.44%

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

R = 33.65%
G = 24.44%
B = 41.92%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B382DF (or 0xB382DF) is known color: Biloba Flower. HEX triplet: B3, 82 and DF. RGB value is (179,130,223). Sum of RGB (Red+Green+Blue) = 179+130+223=532 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.65% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 223 (87.5% from 255 or 41.92% from 532); Max value from RGB is 223 - color contains mainly: blue. Hex color #B382DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B382DF is #4C7D20. Grayscale: #9A9A9A. Windows color (decimal): -5012769 or 14647987. OLE color: 14647987.

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

Color convert

RGB 179 130 223 -
CMYK 0.20 0.42 0 0.13
HSL 271.61º 0.59% 0.69% -
HSV(B) 271.61º 0.42% 0.87% -
XYZ 39.89 30.88 73.67 -
YUV 155.25 166.23 144.94 -
System Red Green Blue C M Y K H S L
Decimal 179 130 223 0.20 0.42 0 0.13 271.61 0.59 0.69
Hex B3 82 DF 14 2A 0 D 110 3B 45
Octal 263 202 337 24 52 0 15 420 73 105
Binary 10110011 10000010 11011111 10100 101010 0 1101 100010000 111011 1000101

Color Harmonies of #B382DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B382DF

Black with #B382DF

Text Example


Text Example

White with #B382DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B382DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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