Html Css Color HEX #B884DA Biloba Flower

📋 copy color: '#B884DA'

red 184 ◦ green 132 ◦ blue 218

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

Shades of Biloba Flower #B884DA

Tints of Biloba Flower #B884DA

RGB

 RED value IS 184 (72.27% from 255) = 34.46%

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

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

R = 34.46%
G = 24.72%
B = 40.82%

CMYK

 C value IS 0.16

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B884DA (or 0xB884DA) is known color: Biloba Flower. HEX triplet: B8, 84 and DA. RGB value is (184,132,218). Sum of RGB (Red+Green+Blue) = 184+132+218=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 132 (51.95% from 255 or 24.72% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #B884DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B884DA is #477B25. Grayscale: #9D9D9D. Windows color (decimal): -4684582 or 14320824. OLE color: 14320824.

HSL color Cylindrical-coordinate representation of color #B884DA: hue angle of 276.28º 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 #B884DA is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 132 218 -
CMYK 0.16 0.39 0 0.15
HSL 276.28º 0.54% 0.69% -
HSV(B) 276.28º 0.39% 0.85% -
XYZ 40.67 31.75 70.32 -
YUV 157.35 162.23 147.01 -
System Red Green Blue C M Y K H S L
Decimal 184 132 218 0.16 0.39 0 0.15 276.28 0.54 0.69
Hex B8 84 DA 10 27 0 F 114 36 45
Octal 270 204 332 20 47 0 17 424 66 105
Binary 10111000 10000100 11011010 10000 100111 0 1111 100010100 110110 1000101

Color Harmonies of #B884DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B884DA

Black with #B884DA

Text Example


Text Example

White with #B884DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B884DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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