Html Css Color HEX #B284DB Biloba Flower

📋 copy color: '#B284DB'

red 178 ◦ green 132 ◦ blue 219

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

Shades of Biloba Flower #B284DB

Tints of Biloba Flower #B284DB

RGB

 RED value IS 178 (69.92% from 255) = 33.65%

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

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

R = 33.65%
G = 24.95%
B = 41.4%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B284DB (or 0xB284DB) is known color: Biloba Flower. HEX triplet: B2, 84 and DB. RGB value is (178,132,219). Sum of RGB (Red+Green+Blue) = 178+132+219=529 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.65% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #B284DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B284DB is #4D7B24. Grayscale: #9B9B9B. Windows color (decimal): -5077797 or 14386354. OLE color: 14386354.

HSL color Cylindrical-coordinate representation of color #B284DB: hue angle of 271.72º degrees, saturation: 0.55, 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 #B284DB is Cyan = 0.19, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 132 219 -
CMYK 0.19 0.40 0 0.14
HSL 271.72º 0.55% 0.69% -
HSV(B) 271.72º 0.4% 0.86% -
XYZ 39.4 31.08 70.94 -
YUV 155.67 163.74 143.93 -
System Red Green Blue C M Y K H S L
Decimal 178 132 219 0.19 0.40 0 0.14 271.72 0.55 0.69
Hex B2 84 DB 13 28 0 E 110 37 45
Octal 262 204 333 23 50 0 16 420 67 105
Binary 10110010 10000100 11011011 10011 101000 0 1110 100010000 110111 1000101

Color Harmonies of #B284DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B284DB

Black with #B284DB

Text Example


Text Example

White with #B284DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B284DB; }

 p { color: rgb(178,132,219); }

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

background-color css

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

 a { background-color: rgb(178,132,219); }

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

border-color css

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

 span { border-color: rgb(178,132,219); }

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