Html Css Color HEX #B481DE Biloba Flower

📋 copy color: '#B481DE'

red 180 ◦ green 129 ◦ blue 222

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

Shades of Biloba Flower #B481DE

Tints of Biloba Flower #B481DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 41.81%

R = 33.9%
G = 24.29%
B = 41.81%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B481DE (or 0xB481DE) is known color: Biloba Flower. HEX triplet: B4, 81 and DE. RGB value is (180,129,222). Sum of RGB (Red+Green+Blue) = 180+129+222=531 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.90% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 222 (87.11% from 255 or 41.81% from 531); Max value from RGB is 222 - color contains mainly: blue. Hex color #B481DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481DE is #4B7E21. Grayscale: #9A9A9A. Windows color (decimal): -4947490 or 14582196. OLE color: 14582196.

HSL color Cylindrical-coordinate representation of color #B481DE: hue angle of 272.9º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B481DE is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 129 222 -
CMYK 0.19 0.42 0 0.13
HSL 272.9º 0.58% 0.69% -
HSV(B) 272.9º 0.42% 0.87% -
XYZ 39.86 30.68 72.93 -
YUV 154.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 180 129 222 0.19 0.42 0 0.13 272.9 0.58 0.69
Hex B4 81 DE 13 2A 0 D 111 3A 45
Octal 264 201 336 23 52 0 15 421 72 105
Binary 10110100 10000001 11011110 10011 101010 0 1101 100010001 111010 1000101

Color Harmonies of #B481DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B481DE

Black with #B481DE

Text Example


Text Example

White with #B481DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B481DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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