Html Css Color HEX #B481EC Biloba Flower

📋 copy color: '#B481EC'

red 180 ◦ green 129 ◦ blue 236

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

Shades of Biloba Flower #B481EC

Tints of Biloba Flower #B481EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.3%

R = 33.03%
G = 23.67%
B = 43.3%

CMYK

 C value IS 0.24

 M value IS 0.45

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B481EC (or 0xB481EC) is known color: Biloba Flower. HEX triplet: B4, 81 and EC. RGB value is (180,129,236). Sum of RGB (Red+Green+Blue) = 180+129+236=545 (72% of max value = 765). Red value is 180 (70.70% from 255 or 33.03% from 545); Green value is 129 (50.78% from 255 or 23.67% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #B481EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B481EC is #4B7E13. Grayscale: #9C9C9C. Windows color (decimal): -4947476 or 15499700. OLE color: 15499700.

HSL color Cylindrical-coordinate representation of color #B481EC: hue angle of 268.6º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B481EC is Cyan = 0.24, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 180 129 236 -
CMYK 0.24 0.45 0 0.07
HSL 268.6º 0.74% 0.72% -
HSV(B) 268.6º 0.45% 0.93% -
XYZ 41.81 31.46 83.23 -
YUV 156.45 172.9 144.8 -
System Red Green Blue C M Y K H S L
Decimal 180 129 236 0.24 0.45 0 0.07 268.6 0.74 0.72
Hex B4 81 EC 18 2D 0 7 10D 4A 48
Octal 264 201 354 30 55 0 7 415 112 110
Binary 10110100 10000001 11101100 11000 101101 0 111 100001101 1001010 1001000

Color Harmonies of #B481EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B481EC

Black with #B481EC

Text Example


Text Example

White with #B481EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B481EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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