Html Css Color HEX #B184FE Biloba Flower

📋 copy color: '#B184FE'

red 177 ◦ green 132 ◦ blue 254

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

Shades of Biloba Flower #B184FE

Tints of Biloba Flower #B184FE

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.45%

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 31.44%
G = 23.45%
B = 45.12%

CMYK

 C value IS 0.30

 M value IS 0.48

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#B184FE (or 0xB184FE) is known color: Biloba Flower. HEX triplet: B1, 84 and FE. RGB value is (177,132,254). Sum of RGB (Red+Green+Blue) = 177+132+254=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 132 (51.95% from 255 or 23.45% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #B184FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B184FE is #4E7B01. Grayscale: #9E9E9E. Windows color (decimal): -5143298 or 16680113. OLE color: 16680113.

HSL color Cylindrical-coordinate representation of color #B184FE: hue angle of 262.13º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B184FE is Cyan = 0.30, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 177 132 254 -
CMYK 0.30 0.48 0 0.00
HSL 262.13º 0.98% 0.76% -
HSV(B) 262.13º 0.48% 1% -
XYZ 44.27 33.01 97.8 -
YUV 159.36 181.41 140.58 -
System Red Green Blue C M Y K H S L
Decimal 177 132 254 0.30 0.48 0 0.00 262.13 0.98 0.76
Hex B1 84 FE 1E 30 0 0 106 62 4C
Octal 261 204 376 36 60 0 0 406 142 114
Binary 10110001 10000100 11111110 11110 110000 0 0 100000110 1100010 1001100

Color Harmonies of #B184FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B184FE

Black with #B184FE

Text Example


Text Example

White with #B184FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B184FE; }

 p { color: rgb(177,132,254); }

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

background-color css

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

 a { background-color: rgb(177,132,254); }

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

border-color css

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

 span { border-color: rgb(177,132,254); }

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