Html Css Color HEX #B385DF Biloba Flower

📋 copy color: '#B385DF'

red 179 ◦ green 133 ◦ blue 223

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

Shades of Biloba Flower #B385DF

Tints of Biloba Flower #B385DF

RGB

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

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

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

R = 33.46%
G = 24.86%
B = 41.68%

CMYK

 C value IS 0.20

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B385DF (or 0xB385DF) is known color: Biloba Flower. HEX triplet: B3, 85 and DF. RGB value is (179,133,223). Sum of RGB (Red+Green+Blue) = 179+133+223=535 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.46% from 535); Green value is 133 (52.34% from 255 or 24.86% from 535); Blue value is 223 (87.5% from 255 or 41.68% from 535); Max value from RGB is 223 - color contains mainly: blue. Hex color #B385DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385DF is #4C7A20. Grayscale: #9C9C9C. Windows color (decimal): -5012001 or 14648755. OLE color: 14648755.

HSL color Cylindrical-coordinate representation of color #B385DF: hue angle of 270.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B385DF is Cyan = 0.20, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 179 133 223 -
CMYK 0.20 0.40 0 0.13
HSL 270.67º 0.58% 0.7% -
HSV(B) 270.67º 0.4% 0.87% -
XYZ 40.3 31.69 73.8 -
YUV 157.01 165.24 143.68 -
System Red Green Blue C M Y K H S L
Decimal 179 133 223 0.20 0.40 0 0.13 270.67 0.58 0.7
Hex B3 85 DF 14 28 0 D 10F 3A 46
Octal 263 205 337 24 50 0 15 417 72 106
Binary 10110011 10000101 11011111 10100 101000 0 1101 100001111 111010 1000110

Color Harmonies of #B385DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B385DF

Black with #B385DF

Text Example


Text Example

White with #B385DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B385DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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