Html Css Color HEX #B481E6 Biloba Flower

📋 copy color: '#B481E6'

red 180 ◦ green 129 ◦ blue 230

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

Shades of Biloba Flower #B481E6

Tints of Biloba Flower #B481E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.67%

R = 33.4%
G = 23.93%
B = 42.67%

CMYK

 C value IS 0.22

 M value IS 0.44

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B481E6 (or 0xB481E6) is known color: Biloba Flower. HEX triplet: B4, 81 and E6. RGB value is (180,129,230). Sum of RGB (Red+Green+Blue) = 180+129+230=539 (71% of max value = 765). Red value is 180 (70.70% from 255 or 33.40% from 539); Green value is 129 (50.78% from 255 or 23.93% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #B481E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B481E6 is #4B7E19. Grayscale: #9B9B9B. Windows color (decimal): -4947482 or 15106484. OLE color: 15106484.

HSL color Cylindrical-coordinate representation of color #B481E6: hue angle of 270.3º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B481E6 is Cyan = 0.22, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 180 129 230 -
CMYK 0.22 0.44 0 0.10
HSL 270.3º 0.67% 0.7% -
HSV(B) 270.3º 0.44% 0.9% -
XYZ 40.96 31.12 78.71 -
YUV 155.76 169.9 145.29 -
System Red Green Blue C M Y K H S L
Decimal 180 129 230 0.22 0.44 0 0.10 270.3 0.67 0.7
Hex B4 81 E6 16 2C 0 A 10E 43 46
Octal 264 201 346 26 54 0 12 416 103 106
Binary 10110100 10000001 11100110 10110 101100 0 1010 100001110 1000011 1000110

Color Harmonies of #B481E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B481E6

Black with #B481E6

Text Example


Text Example

White with #B481E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B481E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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