Html Css Color HEX #B185ED Biloba Flower

📋 copy color: '#B185ED'

red 177 ◦ green 133 ◦ blue 237

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

Shades of Biloba Flower #B185ED

Tints of Biloba Flower #B185ED

RGB

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

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

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

R = 32.36%
G = 24.31%
B = 43.33%

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

#B185ED (or 0xB185ED) is known color: Biloba Flower. HEX triplet: B1, 85 and ED. RGB value is (177,133,237). Sum of RGB (Red+Green+Blue) = 177+133+237=547 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.36% from 547); Green value is 133 (52.34% from 255 or 24.31% from 547); Blue value is 237 (92.97% from 255 or 43.33% from 547); Max value from RGB is 237 - color contains mainly: blue. Hex color #B185ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B185ED is #4E7A12. Grayscale: #9D9D9D. Windows color (decimal): -5143059 or 15566257. OLE color: 15566257.

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

Color convert

RGB 177 133 237 -
CMYK 0.25 0.44 0 0.07
HSL 265.38º 0.74% 0.73% -
HSV(B) 265.38º 0.44% 0.93% -
XYZ 41.81 32.24 84.14 -
YUV 158.01 172.58 141.54 -
System Red Green Blue C M Y K H S L
Decimal 177 133 237 0.25 0.44 0 0.07 265.38 0.74 0.73
Hex B1 85 ED 19 2C 0 7 109 4A 49
Octal 261 205 355 31 54 0 7 411 112 111
Binary 10110001 10000101 11101101 11001 101100 0 111 100001001 1001010 1001001

Color Harmonies of #B185ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B185ED

Black with #B185ED

Text Example


Text Example

White with #B185ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B185ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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