Html Css Color HEX #B481DD Biloba Flower

📋 copy color: '#B481DD'

red 180 ◦ green 129 ◦ blue 221

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

Shades of Biloba Flower #B481DD

Tints of Biloba Flower #B481DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 41.7%

R = 33.96%
G = 24.34%
B = 41.7%

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

#B481DD (or 0xB481DD) is known color: Biloba Flower. HEX triplet: B4, 81 and DD. RGB value is (180,129,221). Sum of RGB (Red+Green+Blue) = 180+129+221=530 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.96% from 530); Green value is 129 (50.78% from 255 or 24.34% from 530); Blue value is 221 (86.72% from 255 or 41.70% from 530); Max value from RGB is 221 - color contains mainly: blue. Hex color #B481DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481DD is #4B7E22. Grayscale: #9A9A9A. Windows color (decimal): -4947491 or 14516660. OLE color: 14516660.

HSL color Cylindrical-coordinate representation of color #B481DD: hue angle of 273.26º degrees, saturation: 0.57, 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 #B481DD is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 180 129 221 -
CMYK 0.19 0.42 0 0.13
HSL 273.26º 0.58% 0.69% -
HSV(B) 273.26º 0.42% 0.87% -
XYZ 39.72 30.62 72.22 -
YUV 154.74 165.4 146.02 -
System Red Green Blue C M Y K H S L
Decimal 180 129 221 0.19 0.42 0 0.13 273.26 0.58 0.69
Hex B4 81 DD 13 2A 0 D 111 3A 45
Octal 264 201 335 23 52 0 15 421 72 105
Binary 10110100 10000001 11011101 10011 101010 0 1101 100010001 111010 1000101

Color Harmonies of #B481DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B481DD

Black with #B481DD

Text Example


Text Example

White with #B481DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B481DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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