Html Css Color HEX #B18CCF Biloba Flower

📋 copy color: '#B18CCF'

red 177 ◦ green 140 ◦ blue 207

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

Shades of Biloba Flower #B18CCF

Tints of Biloba Flower #B18CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 39.5%

R = 33.78%
G = 26.72%
B = 39.5%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B18CCF (or 0xB18CCF) is known color: Biloba Flower. HEX triplet: B1, 8C and CF. RGB value is (177,140,207). Sum of RGB (Red+Green+Blue) = 177+140+207=524 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.78% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 207 (81.25% from 255 or 39.50% from 524); Max value from RGB is 207 - color contains mainly: blue. Hex color #B18CCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B18CCF is #4E7330. Grayscale: #9E9E9E. Windows color (decimal): -5141297 or 13601969. OLE color: 13601969.

HSL color Cylindrical-coordinate representation of color #B18CCF: hue angle of 273.13º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B18CCF is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 140 207 -
CMYK 0.14 0.32 0 0.19
HSL 273.13º 0.41% 0.68% -
HSV(B) 273.13º 0.32% 0.81% -
XYZ 38.77 32.61 63.28 -
YUV 158.7 155.26 141.05 -
System Red Green Blue C M Y K H S L
Decimal 177 140 207 0.14 0.32 0 0.19 273.13 0.41 0.68
Hex B1 8C CF E 20 0 13 111 29 44
Octal 261 214 317 16 40 0 23 421 51 104
Binary 10110001 10001100 11001111 1110 100000 0 10011 100010001 101001 1000100

Color Harmonies of #B18CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B18CCF

Black with #B18CCF

Text Example


Text Example

White with #B18CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B18CCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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