Html Css Color HEX #B381DD Biloba Flower

📋 copy color: '#B381DD'

red 179 ◦ green 129 ◦ blue 221

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

Shades of Biloba Flower #B381DD

Tints of Biloba Flower #B381DD

RGB

 RED value IS 179 (70.31% from 255) = 33.84%

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

 BLUE value IS 221 (86.72% from 255) = 41.78%

R = 33.84%
G = 24.39%
B = 41.78%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B381DD (or 0xB381DD) is known color: Biloba Flower. HEX triplet: B3, 81 and DD. RGB value is (179,129,221). Sum of RGB (Red+Green+Blue) = 179+129+221=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 221 (86.72% from 255 or 41.78% from 529); Max value from RGB is 221 - color contains mainly: blue. Hex color #B381DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B381DD is #4C7E22. Grayscale: #9A9A9A. Windows color (decimal): -5013027 or 14516659. OLE color: 14516659.

HSL color Cylindrical-coordinate representation of color #B381DD: hue angle of 272.61º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B381DD is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 129 221 -
CMYK 0.19 0.42 0 0.13
HSL 272.61º 0.58% 0.69% -
HSV(B) 272.61º 0.42% 0.87% -
XYZ 39.49 30.5 72.21 -
YUV 154.44 165.57 145.52 -
System Red Green Blue C M Y K H S L
Decimal 179 129 221 0.19 0.42 0 0.13 272.61 0.58 0.69
Hex B3 81 DD 13 2A 0 D 111 3A 45
Octal 263 201 335 23 52 0 15 421 72 105
Binary 10110011 10000001 11011101 10011 101010 0 1101 100010001 111010 1000101

Color Harmonies of #B381DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B381DD

Black with #B381DD

Text Example


Text Example

White with #B381DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B381DD; }

 p { color: rgb(179,129,221); }

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

background-color css

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

 a { background-color: rgb(179,129,221); }

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

border-color css

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

 span { border-color: rgb(179,129,221); }

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