Html Css Color HEX #B385F0 Biloba Flower

📋 copy color: '#B385F0'

red 179 ◦ green 133 ◦ blue 240

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

Shades of Biloba Flower #B385F0

Tints of Biloba Flower #B385F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 43.48%

R = 32.43%
G = 24.09%
B = 43.48%

CMYK

 C value IS 0.25

 M value IS 0.45

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B385F0 (or 0xB385F0) is known color: Biloba Flower. HEX triplet: B3, 85 and F0. RGB value is (179,133,240). Sum of RGB (Red+Green+Blue) = 179+133+240=552 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.43% from 552); Green value is 133 (52.34% from 255 or 24.09% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #B385F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B385F0 is #4C7A0F. Grayscale: #9E9E9E. Windows color (decimal): -5011984 or 15762867. OLE color: 15762867.

HSL color Cylindrical-coordinate representation of color #B385F0: hue angle of 265.79º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B385F0 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 179 133 240 -
CMYK 0.25 0.45 0 0.06
HSL 265.79º 0.78% 0.73% -
HSV(B) 265.79º 0.45% 0.94% -
XYZ 42.71 32.65 86.49 -
YUV 158.95 173.74 142.3 -
System Red Green Blue C M Y K H S L
Decimal 179 133 240 0.25 0.45 0 0.06 265.79 0.78 0.73
Hex B3 85 F0 19 2D 0 6 10A 4E 49
Octal 263 205 360 31 55 0 6 412 116 111
Binary 10110011 10000101 11110000 11001 101101 0 110 100001010 1001110 1001001

Color Harmonies of #B385F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B385F0

Black with #B385F0

Text Example


Text Example

White with #B385F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B385F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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