Html Css Color HEX #B182F6 Biloba Flower

📋 copy color: '#B182F6'

red 177 ◦ green 130 ◦ blue 246

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

Shades of Biloba Flower #B182F6

Tints of Biloba Flower #B182F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.48%

R = 32.01%
G = 23.51%
B = 44.48%

CMYK

 C value IS 0.28

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B182F6 (or 0xB182F6) is known color: Biloba Flower. HEX triplet: B1, 82 and F6. RGB value is (177,130,246). Sum of RGB (Red+Green+Blue) = 177+130+246=553 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.01% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 246 (96.48% from 255 or 44.48% from 553); Max value from RGB is 246 - color contains mainly: blue. Hex color #B182F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B182F6 is #4E7D09. Grayscale: #9C9C9C. Windows color (decimal): -5143818 or 16155313. OLE color: 16155313.

HSL color Cylindrical-coordinate representation of color #B182F6: hue angle of 264.31º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B182F6 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 177 130 246 -
CMYK 0.28 0.47 0 0.04
HSL 264.31º 0.87% 0.74% -
HSV(B) 264.31º 0.47% 0.96% -
XYZ 42.75 31.97 91.11 -
YUV 157.28 178.07 142.07 -
System Red Green Blue C M Y K H S L
Decimal 177 130 246 0.28 0.47 0 0.04 264.31 0.87 0.74
Hex B1 82 F6 1C 2F 0 4 108 57 4A
Octal 261 202 366 34 57 0 4 410 127 112
Binary 10110001 10000010 11110110 11100 101111 0 100 100001000 1010111 1001010

Color Harmonies of #B182F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B182F6

Black with #B182F6

Text Example


Text Example

White with #B182F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B182F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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