Html Css Color HEX #B182DD Biloba Flower

📋 copy color: '#B182DD'

red 177 ◦ green 130 ◦ blue 221

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

Shades of Biloba Flower #B182DD

Tints of Biloba Flower #B182DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.86%

R = 33.52%
G = 24.62%
B = 41.86%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B182DD (or 0xB182DD) is known color: Biloba Flower. HEX triplet: B1, 82 and DD. RGB value is (177,130,221). Sum of RGB (Red+Green+Blue) = 177+130+221=528 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.52% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 221 (86.72% from 255 or 41.86% from 528); Max value from RGB is 221 - color contains mainly: blue. Hex color #B182DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B182DD is #4E7D22. Grayscale: #9A9A9A. Windows color (decimal): -5143843 or 14516913. OLE color: 14516913.

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

Color convert

RGB 177 130 221 -
CMYK 0.20 0.41 0 0.13
HSL 270.99º 0.57% 0.69% -
HSV(B) 270.99º 0.41% 0.87% -
XYZ 39.17 30.53 72.24 -
YUV 154.43 165.57 144.1 -
System Red Green Blue C M Y K H S L
Decimal 177 130 221 0.20 0.41 0 0.13 270.99 0.57 0.69
Hex B1 82 DD 14 29 0 D 10F 39 45
Octal 261 202 335 24 51 0 15 417 71 105
Binary 10110001 10000010 11011101 10100 101001 0 1101 100001111 111001 1000101

Color Harmonies of #B182DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B182DD

Black with #B182DD

Text Example


Text Example

White with #B182DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B182DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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