Html Css Color HEX #B482DB Biloba Flower

📋 copy color: '#B482DB'

red 180 ◦ green 130 ◦ blue 219

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

Shades of Biloba Flower #B482DB

Tints of Biloba Flower #B482DB

RGB

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

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

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

R = 34.03%
G = 24.57%
B = 41.4%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B482DB (or 0xB482DB) is known color: Biloba Flower. HEX triplet: B4, 82 and DB. RGB value is (180,130,219). Sum of RGB (Red+Green+Blue) = 180+130+219=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 130 (51.17% from 255 or 24.57% 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 #B482DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B482DB is #4B7D24. Grayscale: #9A9A9A. Windows color (decimal): -4947237 or 14385844. OLE color: 14385844.

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

Color convert

RGB 180 130 219 -
CMYK 0.18 0.41 0 0.14
HSL 273.71º 0.55% 0.68% -
HSV(B) 273.71º 0.41% 0.86% -
XYZ 39.59 30.78 70.87 -
YUV 155.1 164.07 145.76 -
System Red Green Blue C M Y K H S L
Decimal 180 130 219 0.18 0.41 0 0.14 273.71 0.55 0.68
Hex B4 82 DB 12 29 0 E 112 37 44
Octal 264 202 333 22 51 0 16 422 67 104
Binary 10110100 10000010 11011011 10010 101001 0 1110 100010010 110111 1000100

Color Harmonies of #B482DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B482DB

Black with #B482DB

Text Example


Text Example

White with #B482DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B482DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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