Html Css Color HEX #B385F6 Biloba Flower

📋 copy color: '#B385F6'

red 179 ◦ green 133 ◦ blue 246

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

Shades of Biloba Flower #B385F6

Tints of Biloba Flower #B385F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.09%

R = 32.08%
G = 23.84%
B = 44.09%

CMYK

 C value IS 0.27

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B385F6 (or 0xB385F6) is known color: Biloba Flower. HEX triplet: B3, 85 and F6. RGB value is (179,133,246). Sum of RGB (Red+Green+Blue) = 179+133+246=558 (73% of max value = 765). Red value is 179 (70.31% from 255 or 32.08% from 558); Green value is 133 (52.34% from 255 or 23.84% from 558); Blue value is 246 (96.48% from 255 or 44.09% from 558); Max value from RGB is 246 - color contains mainly: blue. Hex color #B385F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B385F6 is #4C7A09. Grayscale: #9F9F9F. Windows color (decimal): -5011978 or 16156083. OLE color: 16156083.

HSL color Cylindrical-coordinate representation of color #B385F6: hue angle of 264.42º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B385F6 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 179 133 246 -
CMYK 0.27 0.46 0 0.04
HSL 264.42º 0.86% 0.74% -
HSV(B) 264.42º 0.46% 0.96% -
XYZ 43.61 33.01 91.26 -
YUV 159.64 176.74 141.81 -
System Red Green Blue C M Y K H S L
Decimal 179 133 246 0.27 0.46 0 0.04 264.42 0.86 0.74
Hex B3 85 F6 1B 2E 0 4 108 56 4A
Octal 263 205 366 33 56 0 4 410 126 112
Binary 10110011 10000101 11110110 11011 101110 0 100 100001000 1010110 1001010

Color Harmonies of #B385F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B385F6

Black with #B385F6

Text Example


Text Example

White with #B385F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B385F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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