Html Css Color HEX #B182EC Biloba Flower

📋 copy color: '#B182EC'

red 177 ◦ green 130 ◦ blue 236

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

Shades of Biloba Flower #B182EC

Tints of Biloba Flower #B182EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.46%

R = 32.6%
G = 23.94%
B = 43.46%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B182EC (or 0xB182EC) is known color: Biloba Flower. HEX triplet: B1, 82 and EC. RGB value is (177,130,236). Sum of RGB (Red+Green+Blue) = 177+130+236=543 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.60% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #B182EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B182EC is #4E7D13. Grayscale: #9B9B9B. Windows color (decimal): -5143828 or 15499953. OLE color: 15499953.

HSL color Cylindrical-coordinate representation of color #B182EC: hue angle of 266.6º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B182EC is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 130 236 -
CMYK 0.25 0.45 0 0.07
HSL 266.6º 0.74% 0.72% -
HSV(B) 266.6º 0.45% 0.93% -
XYZ 41.25 31.37 83.24 -
YUV 156.14 173.07 142.88 -
System Red Green Blue C M Y K H S L
Decimal 177 130 236 0.25 0.45 0 0.07 266.6 0.74 0.72
Hex B1 82 EC 19 2D 0 7 10B 4A 48
Octal 261 202 354 31 55 0 7 413 112 110
Binary 10110001 10000010 11101100 11001 101101 0 111 100001011 1001010 1001000

Color Harmonies of #B182EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B182EC

Black with #B182EC

Text Example


Text Example

White with #B182EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B182EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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