Html Css Color HEX #B381DF Biloba Flower

📋 copy color: '#B381DF'

red 179 ◦ green 129 ◦ blue 223

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

Shades of Biloba Flower #B381DF

Tints of Biloba Flower #B381DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42%

R = 33.71%
G = 24.29%
B = 42%

CMYK

 C value IS 0.20

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B381DF (or 0xB381DF) is known color: Biloba Flower. HEX triplet: B3, 81 and DF. RGB value is (179,129,223). Sum of RGB (Red+Green+Blue) = 179+129+223=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 129 (50.78% from 255 or 24.29% from 531); Blue value is 223 (87.5% from 255 or 42.00% from 531); Max value from RGB is 223 - color contains mainly: blue. Hex color #B381DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B381DF is #4C7E20. Grayscale: #9A9A9A. Windows color (decimal): -5013025 or 14647731. OLE color: 14647731.

HSL color Cylindrical-coordinate representation of color #B381DF: hue angle of 271.91º degrees, saturation: 0.59, 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 #B381DF is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 129 223 -
CMYK 0.20 0.42 0 0.13
HSL 271.91º 0.59% 0.69% -
HSV(B) 271.91º 0.42% 0.87% -
XYZ 39.76 30.61 73.63 -
YUV 154.67 166.57 145.36 -
System Red Green Blue C M Y K H S L
Decimal 179 129 223 0.20 0.42 0 0.13 271.91 0.59 0.69
Hex B3 81 DF 14 2A 0 D 110 3B 45
Octal 263 201 337 24 52 0 15 420 73 105
Binary 10110011 10000001 11011111 10100 101010 0 1101 100010000 111011 1000101

Color Harmonies of #B381DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B381DF

Black with #B381DF

Text Example


Text Example

White with #B381DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B381DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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