Html Css Color HEX #B184DA Biloba Flower

📋 copy color: '#B184DA'

red 177 ◦ green 132 ◦ blue 218

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

Shades of Biloba Flower #B184DA

Tints of Biloba Flower #B184DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.37%

R = 33.59%
G = 25.05%
B = 41.37%

CMYK

 C value IS 0.19

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B184DA (or 0xB184DA) is known color: Biloba Flower. HEX triplet: B1, 84 and DA. RGB value is (177,132,218). Sum of RGB (Red+Green+Blue) = 177+132+218=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #B184DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B184DA is #4E7B25. Grayscale: #9A9A9A. Windows color (decimal): -5143334 or 14320817. OLE color: 14320817.

HSL color Cylindrical-coordinate representation of color #B184DA: hue angle of 271.4º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B184DA is Cyan = 0.19, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 177 132 218 -
CMYK 0.19 0.39 0 0.15
HSL 271.4º 0.54% 0.69% -
HSV(B) 271.4º 0.39% 0.85% -
XYZ 39.04 30.91 70.24 -
YUV 155.26 163.41 143.51 -
System Red Green Blue C M Y K H S L
Decimal 177 132 218 0.19 0.39 0 0.15 271.4 0.54 0.69
Hex B1 84 DA 13 27 0 F 10F 36 45
Octal 261 204 332 23 47 0 17 417 66 105
Binary 10110001 10000100 11011010 10011 100111 0 1111 100001111 110110 1000101

Color Harmonies of #B184DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B184DA

Black with #B184DA

Text Example


Text Example

White with #B184DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B184DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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