Html Css Color HEX #B182DA Biloba Flower

📋 copy color: '#B182DA'

red 177 ◦ green 130 ◦ blue 218

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

Shades of Biloba Flower #B182DA

Tints of Biloba Flower #B182DA

RGB

 RED value IS 177 (69.53% from 255) = 33.71%

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

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

R = 33.71%
G = 24.76%
B = 41.52%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B182DA (or 0xB182DA) is known color: Biloba Flower. HEX triplet: B1, 82 and DA. RGB value is (177,130,218). Sum of RGB (Red+Green+Blue) = 177+130+218=525 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.71% from 525); Green value is 130 (51.17% from 255 or 24.76% 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 #B182DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B182DA is #4E7D25. Grayscale: #999999. Windows color (decimal): -5143846 or 14320305. OLE color: 14320305.

HSL color Cylindrical-coordinate representation of color #B182DA: hue angle of 272.05º 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 #B182DA is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 130 218 -
CMYK 0.19 0.40 0 0.15
HSL 272.05º 0.54% 0.68% -
HSV(B) 272.05º 0.4% 0.85% -
XYZ 38.77 30.37 70.15 -
YUV 154.09 164.07 144.34 -
System Red Green Blue C M Y K H S L
Decimal 177 130 218 0.19 0.40 0 0.15 272.05 0.54 0.68
Hex B1 82 DA 13 28 0 F 110 36 44
Octal 261 202 332 23 50 0 17 420 66 104
Binary 10110001 10000010 11011010 10011 101000 0 1111 100010000 110110 1000100

Color Harmonies of #B182DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B182DA

Black with #B182DA

Text Example


Text Example

White with #B182DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B182DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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