Html Css Color HEX #B385DB Biloba Flower

📋 copy color: '#B385DB'

red 179 ◦ green 133 ◦ blue 219

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

Shades of Biloba Flower #B385DB

Tints of Biloba Flower #B385DB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 25.05%

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

R = 33.71%
G = 25.05%
B = 41.24%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B385DB (or 0xB385DB) is known color: Biloba Flower. HEX triplet: B3, 85 and DB. RGB value is (179,133,219). Sum of RGB (Red+Green+Blue) = 179+133+219=531 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.71% from 531); Green value is 133 (52.34% from 255 or 25.05% from 531); Blue value is 219 (85.94% from 255 or 41.24% from 531); Max value from RGB is 219 - color contains mainly: blue. Hex color #B385DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385DB is #4C7A24. Grayscale: #9C9C9C. Windows color (decimal): -5012005 or 14386611. OLE color: 14386611.

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

Color convert

RGB 179 133 219 -
CMYK 0.18 0.39 0 0.14
HSL 272.09º 0.54% 0.69% -
HSV(B) 272.09º 0.39% 0.86% -
XYZ 39.76 31.47 71 -
YUV 156.56 163.24 144.01 -
System Red Green Blue C M Y K H S L
Decimal 179 133 219 0.18 0.39 0 0.14 272.09 0.54 0.69
Hex B3 85 DB 12 27 0 E 110 36 45
Octal 263 205 333 22 47 0 16 420 66 105
Binary 10110011 10000101 11011011 10010 100111 0 1110 100010000 110110 1000101

Color Harmonies of #B385DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B385DB

Black with #B385DB

Text Example


Text Example

White with #B385DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B385DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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