Html Css Color HEX #B185FA Biloba Flower

📋 copy color: '#B185FA'

red 177 ◦ green 133 ◦ blue 250

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

Shades of Biloba Flower #B185FA

Tints of Biloba Flower #B185FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.64%

R = 31.61%
G = 23.75%
B = 44.64%

CMYK

 C value IS 0.29

 M value IS 0.47

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B185FA (or 0xB185FA) is known color: Biloba Flower. HEX triplet: B1, 85 and FA. RGB value is (177,133,250). Sum of RGB (Red+Green+Blue) = 177+133+250=560 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.61% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 250 (98.05% from 255 or 44.64% from 560); Max value from RGB is 250 - color contains mainly: blue. Hex color #B185FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B185FA is #4E7A05. Grayscale: #9F9F9F. Windows color (decimal): -5143046 or 16418225. OLE color: 16418225.

HSL color Cylindrical-coordinate representation of color #B185FA: hue angle of 262.56º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B185FA is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 177 133 250 -
CMYK 0.29 0.47 0 0.02
HSL 262.56º 0.92% 0.75% -
HSV(B) 262.56º 0.47% 0.98% -
XYZ 43.77 33.02 94.51 -
YUV 159.49 179.08 140.49 -
System Red Green Blue C M Y K H S L
Decimal 177 133 250 0.29 0.47 0 0.02 262.56 0.92 0.75
Hex B1 85 FA 1D 2F 0 2 107 5C 4B
Octal 261 205 372 35 57 0 2 407 134 113
Binary 10110001 10000101 11111010 11101 101111 0 10 100000111 1011100 1001011

Color Harmonies of #B185FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B185FA

Black with #B185FA

Text Example


Text Example

White with #B185FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B185FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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