Html Css Color HEX #B18DED Biloba Flower

📋 copy color: '#B18DED'

red 177 ◦ green 141 ◦ blue 237

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

Shades of Biloba Flower #B18DED

Tints of Biloba Flower #B18DED

RGB

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

 GREEN value IS 141 (55.47% from 255) = 25.41%

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

R = 31.89%
G = 25.41%
B = 42.7%

CMYK

 C value IS 0.25

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B18DED (or 0xB18DED) is known color: Biloba Flower. HEX triplet: B1, 8D and ED. RGB value is (177,141,237). Sum of RGB (Red+Green+Blue) = 177+141+237=555 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.89% from 555); Green value is 141 (55.47% from 255 or 25.41% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #B18DED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #B18DED is #4E7212. Grayscale: #A2A2A2. Windows color (decimal): -5141011 or 15568305. OLE color: 15568305.

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

Color convert

RGB 177 141 237 -
CMYK 0.25 0.41 0 0.07
HSL 262.5º 0.73% 0.74% -
HSV(B) 262.5º 0.41% 0.93% -
XYZ 42.94 34.51 84.52 -
YUV 162.71 169.93 138.19 -
System Red Green Blue C M Y K H S L
Decimal 177 141 237 0.25 0.41 0 0.07 262.5 0.73 0.74
Hex B1 8D ED 19 29 0 7 106 49 4A
Octal 261 215 355 31 51 0 7 406 111 112
Binary 10110001 10001101 11101101 11001 101001 0 111 100000110 1001001 1001010

Color Harmonies of #B18DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18DED

Black with #B18DED

Text Example


Text Example

White with #B18DED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18DED; }

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

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

background-color css

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

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

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

border-color css

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

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

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