Html Css Color HEX #B382DA Biloba Flower

📋 copy color: '#B382DA'

red 179 ◦ green 130 ◦ blue 218

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

Shades of Biloba Flower #B382DA

Tints of Biloba Flower #B382DA

RGB

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

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

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

R = 33.97%
G = 24.67%
B = 41.37%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B382DA (or 0xB382DA) is known color: Biloba Flower. HEX triplet: B3, 82 and DA. RGB value is (179,130,218). Sum of RGB (Red+Green+Blue) = 179+130+218=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #B382DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B382DA is #4C7D25. Grayscale: #9A9A9A. Windows color (decimal): -5012774 or 14320307. OLE color: 14320307.

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

Color convert

RGB 179 130 218 -
CMYK 0.18 0.40 0 0.15
HSL 273.41º 0.54% 0.68% -
HSV(B) 273.41º 0.4% 0.85% -
XYZ 39.23 30.61 70.17 -
YUV 154.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 179 130 218 0.18 0.40 0 0.15 273.41 0.54 0.68
Hex B3 82 DA 12 28 0 F 111 36 44
Octal 263 202 332 22 50 0 17 421 66 104
Binary 10110011 10000010 11011010 10010 101000 0 1111 100010001 110110 1000100

Color Harmonies of #B382DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B382DA

Black with #B382DA

Text Example


Text Example

White with #B382DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B382DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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