Html Css Color HEX #B484DB Biloba Flower

📋 copy color: '#B484DB'

red 180 ◦ green 132 ◦ blue 219

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

Shades of Biloba Flower #B484DB

Tints of Biloba Flower #B484DB

RGB

 RED value IS 180 (70.7% from 255) = 33.9%

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

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

R = 33.9%
G = 24.86%
B = 41.24%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B484DB (or 0xB484DB) is known color: Biloba Flower. HEX triplet: B4, 84 and DB. RGB value is (180,132,219). Sum of RGB (Red+Green+Blue) = 180+132+219=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 132 (51.95% from 255 or 24.86% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #B484DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B484DB is #4B7B24. Grayscale: #9B9B9B. Windows color (decimal): -4946725 or 14386356. OLE color: 14386356.

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

Color convert

RGB 180 132 219 -
CMYK 0.18 0.40 0 0.14
HSL 273.1º 0.55% 0.69% -
HSV(B) 273.1º 0.4% 0.86% -
XYZ 39.86 31.32 70.96 -
YUV 156.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 180 132 219 0.18 0.40 0 0.14 273.1 0.55 0.69
Hex B4 84 DB 12 28 0 E 111 37 45
Octal 264 204 333 22 50 0 16 421 67 105
Binary 10110100 10000100 11011011 10010 101000 0 1110 100010001 110111 1000101

Color Harmonies of #B484DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B484DB

Black with #B484DB

Text Example


Text Example

White with #B484DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B484DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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