Html Css Color HEX #B182DF Biloba Flower

📋 copy color: '#B182DF'

red 177 ◦ green 130 ◦ blue 223

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

Shades of Biloba Flower #B182DF

Tints of Biloba Flower #B182DF

RGB

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

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

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

R = 33.4%
G = 24.53%
B = 42.08%

CMYK

 C value IS 0.21

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B182DF (or 0xB182DF) is known color: Biloba Flower. HEX triplet: B1, 82 and DF. RGB value is (177,130,223). Sum of RGB (Red+Green+Blue) = 177+130+223=530 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.40% from 530); Green value is 130 (51.17% from 255 or 24.53% 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 #B182DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B182DF is #4E7D20. Grayscale: #9A9A9A. Windows color (decimal): -5143841 or 14647985. OLE color: 14647985.

HSL color Cylindrical-coordinate representation of color #B182DF: hue angle of 270.32º 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 #B182DF is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 130 223 -
CMYK 0.21 0.42 0 0.13
HSL 270.32º 0.59% 0.69% -
HSV(B) 270.32º 0.42% 0.87% -
XYZ 39.43 30.64 73.65 -
YUV 154.66 166.57 143.94 -
System Red Green Blue C M Y K H S L
Decimal 177 130 223 0.21 0.42 0 0.13 270.32 0.59 0.69
Hex B1 82 DF 15 2A 0 D 10E 3B 45
Octal 261 202 337 25 52 0 15 416 73 105
Binary 10110001 10000010 11011111 10101 101010 0 1101 100001110 111011 1000101

Color Harmonies of #B182DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B182DF

Black with #B182DF

Text Example


Text Example

White with #B182DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B182DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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