Html Css Color HEX #B185FD Biloba Flower

📋 copy color: '#B185FD'

red 177 ◦ green 133 ◦ blue 253

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

Shades of Biloba Flower #B185FD

Tints of Biloba Flower #B185FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 44.94%

R = 31.44%
G = 23.62%
B = 44.94%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B185FD (or 0xB185FD) is known color: Biloba Flower. HEX triplet: B1, 85 and FD. RGB value is (177,133,253). Sum of RGB (Red+Green+Blue) = 177+133+253=563 (74% of max value = 765). Red value is 177 (69.53% from 255 or 31.44% from 563); Green value is 133 (52.34% from 255 or 23.62% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #B185FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B185FD is #4E7A02. Grayscale: #9F9F9F. Windows color (decimal): -5143043 or 16614833. OLE color: 16614833.

HSL color Cylindrical-coordinate representation of color #B185FD: hue angle of 262º degrees, saturation: 0.97, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B185FD is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 133 253 -
CMYK 0.30 0.47 0 0.01
HSL 262º 0.97% 0.76% -
HSV(B) 262º 0.47% 0.99% -
XYZ 44.25 33.21 97.01 -
YUV 159.84 180.58 140.24 -
System Red Green Blue C M Y K H S L
Decimal 177 133 253 0.30 0.47 0 0.01 262 0.97 0.76
Hex B1 85 FD 1E 2F 0 1 106 61 4C
Octal 261 205 375 36 57 0 1 406 141 114
Binary 10110001 10000101 11111101 11110 101111 0 1 100000110 1100001 1001100

Color Harmonies of #B185FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B185FD

Black with #B185FD

Text Example


Text Example

White with #B185FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B185FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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