Html Css Color HEX #B383DB Biloba Flower

📋 copy color: '#B383DB'

red 179 ◦ green 131 ◦ blue 219

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

Shades of Biloba Flower #B383DB

Tints of Biloba Flower #B383DB

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.76%

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

R = 33.84%
G = 24.76%
B = 41.4%

CMYK

 C value IS 0.18

 M value IS 0.40

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B383DB (or 0xB383DB) is known color: Biloba Flower. HEX triplet: B3, 83 and DB. RGB value is (179,131,219). Sum of RGB (Red+Green+Blue) = 179+131+219=529 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.84% from 529); Green value is 131 (51.56% from 255 or 24.76% from 529); Blue value is 219 (85.94% from 255 or 41.40% from 529); Max value from RGB is 219 - color contains mainly: blue. Hex color #B383DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B383DB is #4C7C24. Grayscale: #9B9B9B. Windows color (decimal): -5012517 or 14386099. OLE color: 14386099.

HSL color Cylindrical-coordinate representation of color #B383DB: hue angle of 272.73º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B383DB is Cyan = 0.18, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 179 131 219 -
CMYK 0.18 0.40 0 0.14
HSL 272.73º 0.55% 0.69% -
HSV(B) 272.73º 0.4% 0.86% -
XYZ 39.49 30.93 70.91 -
YUV 155.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 179 131 219 0.18 0.40 0 0.14 272.73 0.55 0.69
Hex B3 83 DB 12 28 0 E 111 37 45
Octal 263 203 333 22 50 0 16 421 67 105
Binary 10110011 10000011 11011011 10010 101000 0 1110 100010001 110111 1000101

Color Harmonies of #B383DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B383DB

Black with #B383DB

Text Example


Text Example

White with #B383DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B383DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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