Html Css Color HEX #B281D9 Biloba Flower

📋 copy color: '#B281D9'

red 178 ◦ green 129 ◦ blue 217

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

Shades of Biloba Flower #B281D9

Tints of Biloba Flower #B281D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 41.41%

R = 33.97%
G = 24.62%
B = 41.41%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B281D9 (or 0xB281D9) is known color: Biloba Flower. HEX triplet: B2, 81 and D9. RGB value is (178,129,217). Sum of RGB (Red+Green+Blue) = 178+129+217=524 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.97% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 217 (85.16% from 255 or 41.41% from 524); Max value from RGB is 217 - color contains mainly: blue. Hex color #B281D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B281D9 is #4D7E26. Grayscale: #999999. Windows color (decimal): -5078567 or 14254514. OLE color: 14254514.

HSL color Cylindrical-coordinate representation of color #B281D9: hue angle of 273.41º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B281D9 is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 129 217 -
CMYK 0.18 0.41 0 0.15
HSL 273.41º 0.54% 0.68% -
HSV(B) 273.41º 0.41% 0.85% -
XYZ 38.73 30.18 69.43 -
YUV 153.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 178 129 217 0.18 0.41 0 0.15 273.41 0.54 0.68
Hex B2 81 D9 12 29 0 F 111 36 44
Octal 262 201 331 22 51 0 17 421 66 104
Binary 10110010 10000001 11011001 10010 101001 0 1111 100010001 110110 1000100

Color Harmonies of #B281D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B281D9

Black with #B281D9

Text Example


Text Example

White with #B281D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B281D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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