Html Css Color HEX #B184DE Biloba Flower

📋 copy color: '#B184DE'

red 177 ◦ green 132 ◦ blue 222

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

Shades of Biloba Flower #B184DE

Tints of Biloba Flower #B184DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.81%

R = 33.33%
G = 24.86%
B = 41.81%

CMYK

 C value IS 0.20

 M value IS 0.41

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B184DE (or 0xB184DE) is known color: Biloba Flower. HEX triplet: B1, 84 and DE. RGB value is (177,132,222). Sum of RGB (Red+Green+Blue) = 177+132+222=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #B184DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B184DE is #4E7B21. Grayscale: #9B9B9B. Windows color (decimal): -5143330 or 14582961. OLE color: 14582961.

HSL color Cylindrical-coordinate representation of color #B184DE: hue angle of 270º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B184DE is Cyan = 0.20, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 132 222 -
CMYK 0.20 0.41 0 0.13
HSL 270º 0.58% 0.69% -
HSV(B) 270º 0.41% 0.87% -
XYZ 39.57 31.12 73.03 -
YUV 155.72 165.41 143.18 -
System Red Green Blue C M Y K H S L
Decimal 177 132 222 0.20 0.41 0 0.13 270 0.58 0.69
Hex B1 84 DE 14 29 0 D 10E 3A 45
Octal 261 204 336 24 51 0 15 416 72 105
Binary 10110001 10000100 11011110 10100 101001 0 1101 100001110 111010 1000101

Color Harmonies of #B184DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B184DE

Black with #B184DE

Text Example


Text Example

White with #B184DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B184DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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