Html Css Color HEX #B385EE Biloba Flower

📋 copy color: '#B385EE'

red 179 ◦ green 133 ◦ blue 238

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

Shades of Biloba Flower #B385EE

Tints of Biloba Flower #B385EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.27%

R = 32.55%
G = 24.18%
B = 43.27%

CMYK

 C value IS 0.25

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B385EE (or 0xB385EE) is known color: Biloba Flower. HEX triplet: B3, 85 and EE. RGB value is (179,133,238). Sum of RGB (Red+Green+Blue) = 179+133+238=550 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.55% from 550); Green value is 133 (52.34% from 255 or 24.18% from 550); Blue value is 238 (93.36% from 255 or 43.27% from 550); Max value from RGB is 238 - color contains mainly: blue. Hex color #B385EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B385EE is #4C7A11. Grayscale: #9E9E9E. Windows color (decimal): -5011986 or 15631795. OLE color: 15631795.

HSL color Cylindrical-coordinate representation of color #B385EE: hue angle of 266.29º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B385EE is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 133 238 -
CMYK 0.25 0.44 0 0.07
HSL 266.29º 0.76% 0.73% -
HSV(B) 266.29º 0.44% 0.93% -
XYZ 42.41 32.53 84.93 -
YUV 158.72 172.74 142.46 -
System Red Green Blue C M Y K H S L
Decimal 179 133 238 0.25 0.44 0 0.07 266.29 0.76 0.73
Hex B3 85 EE 19 2C 0 7 10A 4C 49
Octal 263 205 356 31 54 0 7 412 114 111
Binary 10110011 10000101 11101110 11001 101100 0 111 100001010 1001100 1001001

Color Harmonies of #B385EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B385EE

Black with #B385EE

Text Example


Text Example

White with #B385EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B385EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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