Html Css Color HEX #B381DB Biloba Flower

📋 copy color: '#B381DB'

red 179 ◦ green 129 ◦ blue 219

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

Shades of Biloba Flower #B381DB

Tints of Biloba Flower #B381DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.56%

R = 33.97%
G = 24.48%
B = 41.56%

CMYK

 C value IS 0.18

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B381DB (or 0xB381DB) is known color: Biloba Flower. HEX triplet: B3, 81 and DB. RGB value is (179,129,219). Sum of RGB (Red+Green+Blue) = 179+129+219=527 (69% of max value = 765). Red value is 179 (70.31% from 255 or 33.97% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 219 (85.94% from 255 or 41.56% from 527); Max value from RGB is 219 - color contains mainly: blue. Hex color #B381DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B381DB is #4C7E24. Grayscale: #999999. Windows color (decimal): -5013029 or 14385587. OLE color: 14385587.

HSL color Cylindrical-coordinate representation of color #B381DB: hue angle of 273.33º degrees, saturation: 0.56, 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 #B381DB is Cyan = 0.18, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 129 219 -
CMYK 0.18 0.41 0 0.14
HSL 273.33º 0.56% 0.68% -
HSV(B) 273.33º 0.41% 0.86% -
XYZ 39.23 30.4 70.82 -
YUV 154.21 164.57 145.68 -
System Red Green Blue C M Y K H S L
Decimal 179 129 219 0.18 0.41 0 0.14 273.33 0.56 0.68
Hex B3 81 DB 12 29 0 E 111 38 44
Octal 263 201 333 22 51 0 16 421 70 104
Binary 10110011 10000001 11011011 10010 101001 0 1110 100010001 111000 1000100

Color Harmonies of #B381DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B381DB

Black with #B381DB

Text Example


Text Example

White with #B381DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B381DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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