Html Css Color HEX #B882DF Biloba Flower

📋 copy color: '#B882DF'

red 184 ◦ green 130 ◦ blue 223

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

Shades of Biloba Flower #B882DF

Tints of Biloba Flower #B882DF

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.21%

 BLUE value IS 223 (87.5% from 255) = 41.53%

R = 34.26%
G = 24.21%
B = 41.53%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B882DF (or 0xB882DF) is known color: Biloba Flower. HEX triplet: B8, 82 and DF. RGB value is (184,130,223). Sum of RGB (Red+Green+Blue) = 184+130+223=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #B882DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B882DF is #477D20. Grayscale: #9C9C9C. Windows color (decimal): -4685089 or 14647992. OLE color: 14647992.

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

Color convert

RGB 184 130 223 -
CMYK 0.17 0.42 0 0.13
HSL 274.84º 0.59% 0.69% -
HSV(B) 274.84º 0.42% 0.87% -
XYZ 41.07 31.48 73.72 -
YUV 156.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 184 130 223 0.17 0.42 0 0.13 274.84 0.59 0.69
Hex B8 82 DF 11 2A 0 D 113 3B 45
Octal 270 202 337 21 52 0 15 423 73 105
Binary 10111000 10000010 11011111 10001 101010 0 1101 100010011 111011 1000101

Color Harmonies of #B882DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B882DF

Black with #B882DF

Text Example


Text Example

White with #B882DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B882DF; }

 p { color: rgb(184,130,223); }

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

background-color css

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

 a { background-color: rgb(184,130,223); }

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

border-color css

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

 span { border-color: rgb(184,130,223); }

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