Html Css Color HEX #B385DA Biloba Flower

📋 copy color: '#B385DA'

red 179 ◦ green 133 ◦ blue 218

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

Shades of Biloba Flower #B385DA

Tints of Biloba Flower #B385DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.13%

R = 33.77%
G = 25.09%
B = 41.13%

CMYK

 C value IS 0.18

 M value IS 0.39

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B385DA (or 0xB385DA) is known color: Biloba Flower. HEX triplet: B3, 85 and DA. RGB value is (179,133,218). Sum of RGB (Red+Green+Blue) = 179+133+218=530 (70% of max value = 765). Red value is 179 (70.31% from 255 or 33.77% from 530); Green value is 133 (52.34% from 255 or 25.09% from 530); Blue value is 218 (85.55% from 255 or 41.13% from 530); Max value from RGB is 218 - color contains mainly: blue. Hex color #B385DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B385DA is #4C7A25. Grayscale: #9C9C9C. Windows color (decimal): -5012006 or 14321075. OLE color: 14321075.

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

Color convert

RGB 179 133 218 -
CMYK 0.18 0.39 0 0.15
HSL 272.47º 0.53% 0.69% -
HSV(B) 272.47º 0.39% 0.85% -
XYZ 39.63 31.42 70.31 -
YUV 156.44 162.74 144.09 -
System Red Green Blue C M Y K H S L
Decimal 179 133 218 0.18 0.39 0 0.15 272.47 0.53 0.69
Hex B3 85 DA 12 27 0 F 110 35 45
Octal 263 205 332 22 47 0 17 420 65 105
Binary 10110011 10000101 11011010 10010 100111 0 1111 100010000 110101 1000101

Color Harmonies of #B385DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B385DA

Black with #B385DA

Text Example


Text Example

White with #B385DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B385DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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