Html Css Color HEX #B184DC Biloba Flower

📋 copy color: '#B184DC'

red 177 ◦ green 132 ◦ blue 220

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

Shades of Biloba Flower #B184DC

Tints of Biloba Flower #B184DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.59%

R = 33.46%
G = 24.95%
B = 41.59%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B184DC (or 0xB184DC) is known color: Biloba Flower. HEX triplet: B1, 84 and DC. RGB value is (177,132,220). Sum of RGB (Red+Green+Blue) = 177+132+220=529 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.46% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 220 (86.33% from 255 or 41.59% from 529); Max value from RGB is 220 - color contains mainly: blue. Hex color #B184DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B184DC is #4E7B23. Grayscale: #9B9B9B. Windows color (decimal): -5143332 or 14451889. OLE color: 14451889.

HSL color Cylindrical-coordinate representation of color #B184DC: hue angle of 270.68º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B184DC is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 177 132 220 -
CMYK 0.20 0.40 0 0.14
HSL 270.68º 0.56% 0.69% -
HSV(B) 270.68º 0.4% 0.86% -
XYZ 39.3 31.02 71.63 -
YUV 155.49 164.41 143.34 -
System Red Green Blue C M Y K H S L
Decimal 177 132 220 0.20 0.40 0 0.14 270.68 0.56 0.69
Hex B1 84 DC 14 28 0 E 10F 38 45
Octal 261 204 334 24 50 0 16 417 70 105
Binary 10110001 10000100 11011100 10100 101000 0 1110 100001111 111000 1000101

Color Harmonies of #B184DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B184DC

Black with #B184DC

Text Example


Text Example

White with #B184DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B184DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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