Html Css Color HEX #B481DB Biloba Flower

📋 copy color: '#B481DB'

red 180 ◦ green 129 ◦ blue 219

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

Shades of Biloba Flower #B481DB

Tints of Biloba Flower #B481DB

RGB

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

 GREEN value IS 129 (50.78% from 255) = 24.43%

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

R = 34.09%
G = 24.43%
B = 41.48%

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

#B481DB (or 0xB481DB) is known color: Biloba Flower. HEX triplet: B4, 81 and DB. RGB value is (180,129,219). Sum of RGB (Red+Green+Blue) = 180+129+219=528 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.09% from 528); Green value is 129 (50.78% from 255 or 24.43% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #B481DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481DB is #4B7E24. Grayscale: #9A9A9A. Windows color (decimal): -4947493 or 14385588. OLE color: 14385588.

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

Color convert

RGB 180 129 219 -
CMYK 0.18 0.41 0 0.14
HSL 274º 0.56% 0.68% -
HSV(B) 274º 0.41% 0.86% -
XYZ 39.46 30.52 70.83 -
YUV 154.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 180 129 219 0.18 0.41 0 0.14 274 0.56 0.68
Hex B4 81 DB 12 29 0 E 112 38 44
Octal 264 201 333 22 51 0 16 422 70 104
Binary 10110100 10000001 11011011 10010 101001 0 1110 100010010 111000 1000100

Color Harmonies of #B481DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B481DB

Black with #B481DB

Text Example


Text Example

White with #B481DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B481DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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