Html Css Color HEX #B882DB Biloba Flower

📋 copy color: '#B882DB'

red 184 ◦ green 130 ◦ blue 219

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

Shades of Biloba Flower #B882DB

Tints of Biloba Flower #B882DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.09%

R = 34.52%
G = 24.39%
B = 41.09%

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

#B882DB (or 0xB882DB) is known color: Biloba Flower. HEX triplet: B8, 82 and DB. RGB value is (184,130,219). Sum of RGB (Red+Green+Blue) = 184+130+219=533 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.52% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #B882DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B882DB is #477D24. Grayscale: #9B9B9B. Windows color (decimal): -4685093 or 14385848. OLE color: 14385848.

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

Color convert

RGB 184 130 219 -
CMYK 0.16 0.41 0 0.14
HSL 276.4º 0.55% 0.68% -
HSV(B) 276.4º 0.41% 0.86% -
XYZ 40.54 31.27 70.92 -
YUV 156.29 163.39 147.76 -
System Red Green Blue C M Y K H S L
Decimal 184 130 219 0.16 0.41 0 0.14 276.4 0.55 0.68
Hex B8 82 DB 10 29 0 E 114 37 44
Octal 270 202 333 20 51 0 16 424 67 104
Binary 10111000 10000010 11011011 10000 101001 0 1110 100010100 110111 1000100

Color Harmonies of #B882DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B882DB

Black with #B882DB

Text Example


Text Example

White with #B882DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B882DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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