Html Css Color HEX #B481E0 Biloba Flower

📋 copy color: '#B481E0'

red 180 ◦ green 129 ◦ blue 224

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

Shades of Biloba Flower #B481E0

Tints of Biloba Flower #B481E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 42.03%

R = 33.77%
G = 24.2%
B = 42.03%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B481E0 (or 0xB481E0) is known color: Biloba Flower. HEX triplet: B4, 81 and E0. RGB value is (180,129,224). Sum of RGB (Red+Green+Blue) = 180+129+224=533 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.77% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 224 (87.89% from 255 or 42.03% from 533); Max value from RGB is 224 - color contains mainly: blue. Hex color #B481E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B481E0 is #4B7E1F. Grayscale: #9A9A9A. Windows color (decimal): -4947488 or 14713268. OLE color: 14713268.

HSL color Cylindrical-coordinate representation of color #B481E0: hue angle of 272.21º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B481E0 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 180 129 224 -
CMYK 0.20 0.42 0 0.12
HSL 272.21º 0.61% 0.69% -
HSV(B) 272.21º 0.42% 0.88% -
XYZ 40.13 30.79 74.35 -
YUV 155.08 166.9 145.78 -
System Red Green Blue C M Y K H S L
Decimal 180 129 224 0.20 0.42 0 0.12 272.21 0.61 0.69
Hex B4 81 E0 14 2A 0 C 110 3D 45
Octal 264 201 340 24 52 0 14 420 75 105
Binary 10110100 10000001 11100000 10100 101010 0 1100 100010000 111101 1000101

Color Harmonies of #B481E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B481E0

Black with #B481E0

Text Example


Text Example

White with #B481E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B481E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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