Html Css Color HEX #B18CE4 Biloba Flower

📋 copy color: '#B18CE4'

red 177 ◦ green 140 ◦ blue 228

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

Shades of Biloba Flower #B18CE4

Tints of Biloba Flower #B18CE4

RGB

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

 GREEN value IS 140 (55.08% from 255) = 25.69%

 BLUE value IS 228 (89.45% from 255) = 41.83%

R = 32.48%
G = 25.69%
B = 41.83%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#B18CE4 (or 0xB18CE4) is known color: Biloba Flower. HEX triplet: B1, 8C and E4. RGB value is (177,140,228). Sum of RGB (Red+Green+Blue) = 177+140+228=545 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.48% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 228 (89.45% from 255 or 41.83% from 545); Max value from RGB is 228 - color contains mainly: blue. Hex color #B18CE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18CE4 is #4E731B. Grayscale: #A0A0A0. Windows color (decimal): -5141276 or 14978225. OLE color: 14978225.

HSL color Cylindrical-coordinate representation of color #B18CE4: hue angle of 265.23º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B18CE4 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 177 140 228 -
CMYK 0.22 0.39 0 0.11
HSL 265.23º 0.62% 0.72% -
HSV(B) 265.23º 0.39% 0.89% -
XYZ 41.51 33.7 77.72 -
YUV 161.1 165.76 139.34 -
System Red Green Blue C M Y K H S L
Decimal 177 140 228 0.22 0.39 0 0.11 265.23 0.62 0.72
Hex B1 8C E4 16 27 0 B 109 3E 48
Octal 261 214 344 26 47 0 13 411 76 110
Binary 10110001 10001100 11100100 10110 100111 0 1011 100001001 111110 1001000

Color Harmonies of #B18CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18CE4

Black with #B18CE4

Text Example


Text Example

White with #B18CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18CE4; }

 p { color: rgb(177,140,228); }

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

background-color css

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

 a { background-color: rgb(177,140,228); }

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

border-color css

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

 span { border-color: rgb(177,140,228); }

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