Html Css Color HEX #B185EC Biloba Flower

📋 copy color: '#B185EC'

red 177 ◦ green 133 ◦ blue 236

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

Shades of Biloba Flower #B185EC

Tints of Biloba Flower #B185EC

RGB

 RED value IS 177 (69.53% from 255) = 32.42%

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

 BLUE value IS 236 (92.58% from 255) = 43.22%

R = 32.42%
G = 24.36%
B = 43.22%

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

#B185EC (or 0xB185EC) is known color: Biloba Flower. HEX triplet: B1, 85 and EC. RGB value is (177,133,236). Sum of RGB (Red+Green+Blue) = 177+133+236=546 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.42% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 236 (92.58% from 255 or 43.22% from 546); Max value from RGB is 236 - color contains mainly: blue. Hex color #B185EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B185EC is #4E7A13. Grayscale: #9D9D9D. Windows color (decimal): -5143060 or 15500721. OLE color: 15500721.

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

Color convert

RGB 177 133 236 -
CMYK 0.25 0.44 0 0.07
HSL 265.63º 0.73% 0.72% -
HSV(B) 265.63º 0.44% 0.93% -
XYZ 41.66 32.18 83.37 -
YUV 157.9 172.08 141.62 -
System Red Green Blue C M Y K H S L
Decimal 177 133 236 0.25 0.44 0 0.07 265.63 0.73 0.72
Hex B1 85 EC 19 2C 0 7 10A 49 48
Octal 261 205 354 31 54 0 7 412 111 110
Binary 10110001 10000101 11101100 11001 101100 0 111 100001010 1001001 1001000

Color Harmonies of #B185EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B185EC

Black with #B185EC

Text Example


Text Example

White with #B185EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B185EC; }

 p { color: rgb(177,133,236); }

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

background-color css

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

 a { background-color: rgb(177,133,236); }

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

border-color css

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

 span { border-color: rgb(177,133,236); }

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