Html Css Color HEX #B182ED Biloba Flower

📋 copy color: '#B182ED'

red 177 ◦ green 130 ◦ blue 237

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

Shades of Biloba Flower #B182ED

Tints of Biloba Flower #B182ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.57%

R = 32.54%
G = 23.9%
B = 43.57%

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

#B182ED (or 0xB182ED) is known color: Biloba Flower. HEX triplet: B1, 82 and ED. RGB value is (177,130,237). Sum of RGB (Red+Green+Blue) = 177+130+237=544 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.54% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #B182ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B182ED is #4E7D12. Grayscale: #9B9B9B. Windows color (decimal): -5143827 or 15565489. OLE color: 15565489.

HSL color Cylindrical-coordinate representation of color #B182ED: hue angle of 266.36º degrees, saturation: 0.75, 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 #B182ED is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 177 130 237 -
CMYK 0.25 0.45 0 0.07
HSL 266.36º 0.75% 0.72% -
HSV(B) 266.36º 0.45% 0.93% -
XYZ 41.4 31.43 84 -
YUV 156.25 173.57 142.8 -
System Red Green Blue C M Y K H S L
Decimal 177 130 237 0.25 0.45 0 0.07 266.36 0.75 0.72
Hex B1 82 ED 19 2D 0 7 10A 4B 48
Octal 261 202 355 31 55 0 7 412 113 110
Binary 10110001 10000010 11101101 11001 101101 0 111 100001010 1001011 1001000

Color Harmonies of #B182ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B182ED

Black with #B182ED

Text Example


Text Example

White with #B182ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B182ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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