Html Css Color HEX #B281E1 Biloba Flower

📋 copy color: '#B281E1'

red 178 ◦ green 129 ◦ blue 225

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

Shades of Biloba Flower #B281E1

Tints of Biloba Flower #B281E1

RGB

 RED value IS 178 (69.92% from 255) = 33.46%

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

 BLUE value IS 225 (88.28% from 255) = 42.29%

R = 33.46%
G = 24.25%
B = 42.29%

CMYK

 C value IS 0.21

 M value IS 0.43

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B281E1 (or 0xB281E1) is known color: Biloba Flower. HEX triplet: B2, 81 and E1. RGB value is (178,129,225). Sum of RGB (Red+Green+Blue) = 178+129+225=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 129 (50.78% from 255 or 24.25% from 532); Blue value is 225 (88.28% from 255 or 42.29% from 532); Max value from RGB is 225 - color contains mainly: blue. Hex color #B281E1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B281E1 is #4D7E1E. Grayscale: #9A9A9A. Windows color (decimal): -5078559 or 14778802. OLE color: 14778802.

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

Color convert

RGB 178 129 225 -
CMYK 0.21 0.43 0 0.12
HSL 270.63º 0.62% 0.69% -
HSV(B) 270.63º 0.43% 0.88% -
XYZ 39.8 30.6 75.04 -
YUV 154.6 167.73 144.69 -
System Red Green Blue C M Y K H S L
Decimal 178 129 225 0.21 0.43 0 0.12 270.63 0.62 0.69
Hex B2 81 E1 15 2B 0 C 10F 3E 45
Octal 262 201 341 25 53 0 14 417 76 105
Binary 10110010 10000001 11100001 10101 101011 0 1100 100001111 111110 1000101

Color Harmonies of #B281E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B281E1

Black with #B281E1

Text Example


Text Example

White with #B281E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B281E1; }

 p { color: rgb(178,129,225); }

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

background-color css

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

 a { background-color: rgb(178,129,225); }

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

border-color css

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

 span { border-color: rgb(178,129,225); }

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