Html Css Color HEX #B281DC Biloba Flower

📋 copy color: '#B281DC'

red 178 ◦ green 129 ◦ blue 220

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

Shades of Biloba Flower #B281DC

Tints of Biloba Flower #B281DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 41.75%

R = 33.78%
G = 24.48%
B = 41.75%

CMYK

 C value IS 0.19

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B281DC (or 0xB281DC) is known color: Biloba Flower. HEX triplet: B2, 81 and DC. RGB value is (178,129,220). Sum of RGB (Red+Green+Blue) = 178+129+220=527 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.78% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 220 (86.33% from 255 or 41.75% from 527); Max value from RGB is 220 - color contains mainly: blue. Hex color #B281DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B281DC is #4D7E23. Grayscale: #999999. Windows color (decimal): -5078564 or 14451122. OLE color: 14451122.

HSL color Cylindrical-coordinate representation of color #B281DC: hue angle of 272.31º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B281DC is Cyan = 0.19, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 129 220 -
CMYK 0.19 0.41 0 0.14
HSL 272.31º 0.57% 0.68% -
HSV(B) 272.31º 0.41% 0.86% -
XYZ 39.13 30.33 71.5 -
YUV 154.03 165.23 145.1 -
System Red Green Blue C M Y K H S L
Decimal 178 129 220 0.19 0.41 0 0.14 272.31 0.57 0.68
Hex B2 81 DC 13 29 0 E 110 39 44
Octal 262 201 334 23 51 0 16 420 71 104
Binary 10110010 10000001 11011100 10011 101001 0 1110 100010000 111001 1000100

Color Harmonies of #B281DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B281DC

Black with #B281DC

Text Example


Text Example

White with #B281DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B281DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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