Html Css Color HEX #B485DB Biloba Flower

📋 copy color: '#B485DB'

red 180 ◦ green 133 ◦ blue 219

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

Shades of Biloba Flower #B485DB

Tints of Biloba Flower #B485DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25%

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

R = 33.83%
G = 25%
B = 41.17%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B485DB (or 0xB485DB) is known color: Biloba Flower. HEX triplet: B4, 85 and DB. RGB value is (180,133,219). Sum of RGB (Red+Green+Blue) = 180+133+219=532 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.83% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #B485DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B485DB is #4B7A24. Grayscale: #9C9C9C. Windows color (decimal): -4946469 or 14386612. OLE color: 14386612.

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

Color convert

RGB 180 133 219 -
CMYK 0.18 0.39 0 0.14
HSL 272.79º 0.54% 0.69% -
HSV(B) 272.79º 0.39% 0.86% -
XYZ 40 31.59 71.01 -
YUV 156.86 163.07 144.51 -
System Red Green Blue C M Y K H S L
Decimal 180 133 219 0.18 0.39 0 0.14 272.79 0.54 0.69
Hex B4 85 DB 12 27 0 E 111 36 45
Octal 264 205 333 22 47 0 16 421 66 105
Binary 10110100 10000101 11011011 10010 100111 0 1110 100010001 110110 1000101

Color Harmonies of #B485DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B485DB

Black with #B485DB

Text Example


Text Example

White with #B485DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B485DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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