Html Css Color HEX #B185EE Biloba Flower

📋 copy color: '#B185EE'

red 177 ◦ green 133 ◦ blue 238

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

Shades of Biloba Flower #B185EE

Tints of Biloba Flower #B185EE

RGB

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

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

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

R = 32.3%
G = 24.27%
B = 43.43%

CMYK

 C value IS 0.26

 M value IS 0.44

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B185EE (or 0xB185EE) is known color: Biloba Flower. HEX triplet: B1, 85 and EE. RGB value is (177,133,238). Sum of RGB (Red+Green+Blue) = 177+133+238=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #B185EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B185EE is #4E7A11. Grayscale: #9D9D9D. Windows color (decimal): -5143058 or 15631793. OLE color: 15631793.

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

Color convert

RGB 177 133 238 -
CMYK 0.26 0.44 0 0.07
HSL 265.14º 0.76% 0.73% -
HSV(B) 265.14º 0.44% 0.93% -
XYZ 41.95 32.3 84.91 -
YUV 158.13 173.08 141.46 -
System Red Green Blue C M Y K H S L
Decimal 177 133 238 0.26 0.44 0 0.07 265.14 0.76 0.73
Hex B1 85 EE 1A 2C 0 7 109 4C 49
Octal 261 205 356 32 54 0 7 411 114 111
Binary 10110001 10000101 11101110 11010 101100 0 111 100001001 1001100 1001001

Color Harmonies of #B185EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B185EE

Black with #B185EE

Text Example


Text Example

White with #B185EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B185EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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