Html Css Color HEX #B385ED Biloba Flower

📋 copy color: '#B385ED'

red 179 ◦ green 133 ◦ blue 237

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

Shades of Biloba Flower #B385ED

Tints of Biloba Flower #B385ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.17%

R = 32.6%
G = 24.23%
B = 43.17%

CMYK

 C value IS 0.24

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B385ED (or 0xB385ED) is known color: Biloba Flower. HEX triplet: B3, 85 and ED. RGB value is (179,133,237). Sum of RGB (Red+Green+Blue) = 179+133+237=549 (72% of max value = 765). Red value is 179 (70.31% from 255 or 32.60% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 237 (92.97% from 255 or 43.17% from 549); Max value from RGB is 237 - color contains mainly: blue. Hex color #B385ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B385ED is #4C7A12. Grayscale: #9E9E9E. Windows color (decimal): -5011987 or 15566259. OLE color: 15566259.

HSL color Cylindrical-coordinate representation of color #B385ED: hue angle of 266.54º degrees, saturation: 0.74, 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 #B385ED is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 133 237 -
CMYK 0.24 0.44 0 0.07
HSL 266.54º 0.74% 0.73% -
HSV(B) 266.54º 0.44% 0.93% -
XYZ 42.26 32.47 84.16 -
YUV 158.61 172.24 142.54 -
System Red Green Blue C M Y K H S L
Decimal 179 133 237 0.24 0.44 0 0.07 266.54 0.74 0.73
Hex B3 85 ED 18 2C 0 7 10B 4A 49
Octal 263 205 355 30 54 0 7 413 112 111
Binary 10110011 10000101 11101101 11000 101100 0 111 100001011 1001010 1001001

Color Harmonies of #B385ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B385ED

Black with #B385ED

Text Example


Text Example

White with #B385ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B385ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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