Html Css Color HEX #B481EA Biloba Flower

📋 copy color: '#B481EA'

red 180 ◦ green 129 ◦ blue 234

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

Shades of Biloba Flower #B481EA

Tints of Biloba Flower #B481EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.09%

R = 33.15%
G = 23.76%
B = 43.09%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#B481EA (or 0xB481EA) is known color: Biloba Flower. HEX triplet: B4, 81 and EA. RGB value is (180,129,234). Sum of RGB (Red+Green+Blue) = 180+129+234=543 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.15% from 543); Green value is 129 (50.78% from 255 or 23.76% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #B481EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B481EA is #4B7E15. Grayscale: #9B9B9B. Windows color (decimal): -4947478 or 15368628. OLE color: 15368628.

HSL color Cylindrical-coordinate representation of color #B481EA: hue angle of 269.14º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B481EA is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 180 129 234 -
CMYK 0.23 0.45 0 0.08
HSL 269.14º 0.71% 0.71% -
HSV(B) 269.14º 0.45% 0.92% -
XYZ 41.52 31.34 81.7 -
YUV 156.22 171.9 144.96 -
System Red Green Blue C M Y K H S L
Decimal 180 129 234 0.23 0.45 0 0.08 269.14 0.71 0.71
Hex B4 81 EA 17 2D 0 8 10D 47 47
Octal 264 201 352 27 55 0 10 415 107 107
Binary 10110100 10000001 11101010 10111 101101 0 1000 100001101 1000111 1000111

Color Harmonies of #B481EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B481EA

Black with #B481EA

Text Example


Text Example

White with #B481EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B481EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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