Html Css Color HEX #B882DC Biloba Flower

📋 copy color: '#B882DC'

red 184 ◦ green 130 ◦ blue 220

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

Shades of Biloba Flower #B882DC

Tints of Biloba Flower #B882DC

RGB

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

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

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

R = 34.46%
G = 24.34%
B = 41.2%

CMYK

 C value IS 0.16

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B882DC (or 0xB882DC) is known color: Biloba Flower. HEX triplet: B8, 82 and DC. RGB value is (184,130,220). Sum of RGB (Red+Green+Blue) = 184+130+220=534 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.46% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 220 (86.33% from 255 or 41.20% from 534); Max value from RGB is 220 - color contains mainly: blue. Hex color #B882DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B882DC is #477D23. Grayscale: #9C9C9C. Windows color (decimal): -4685092 or 14451384. OLE color: 14451384.

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

Color convert

RGB 184 130 220 -
CMYK 0.16 0.41 0 0.14
HSL 276º 0.56% 0.69% -
HSV(B) 276º 0.41% 0.86% -
XYZ 40.67 31.32 71.61 -
YUV 156.41 163.89 147.68 -
System Red Green Blue C M Y K H S L
Decimal 184 130 220 0.16 0.41 0 0.14 276 0.56 0.69
Hex B8 82 DC 10 29 0 E 114 38 45
Octal 270 202 334 20 51 0 16 424 70 105
Binary 10111000 10000010 11011100 10000 101001 0 1110 100010100 111000 1000101

Color Harmonies of #B882DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B882DC

Black with #B882DC

Text Example


Text Example

White with #B882DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B882DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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