Html Css Color HEX #B27FDC Biloba Flower

📋 copy color: '#B27FDC'

red 178 ◦ green 127 ◦ blue 220

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

Shades of Biloba Flower #B27FDC

Tints of Biloba Flower #B27FDC

RGB

 RED value IS 178 (69.92% from 255) = 33.9%

 GREEN value IS 127 (50% from 255) = 24.19%

 BLUE value IS 220 (86.33% from 255) = 41.9%

R = 33.9%
G = 24.19%
B = 41.9%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B27FDC (or 0xB27FDC) is known color: Biloba Flower. HEX triplet: B2, 7F and DC. RGB value is (178,127,220). Sum of RGB (Red+Green+Blue) = 178+127+220=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #B27FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27FDC is #4D8023. Grayscale: #989898. Windows color (decimal): -5079076 or 14450610. OLE color: 14450610.

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

Color convert

RGB 178 127 220 -
CMYK 0.19 0.42 0 0.14
HSL 272.9º 0.57% 0.68% -
HSV(B) 272.9º 0.42% 0.86% -
XYZ 38.87 29.81 71.42 -
YUV 152.85 165.9 145.94 -
System Red Green Blue C M Y K H S L
Decimal 178 127 220 0.19 0.42 0 0.14 272.9 0.57 0.68
Hex B2 7F DC 13 2A 0 E 111 39 44
Octal 262 177 334 23 52 0 16 421 71 104
Binary 10110010 1111111 11011100 10011 101010 0 1110 100010001 111001 1000100

Color Harmonies of #B27FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27FDC

Black with #B27FDC

Text Example


Text Example

White with #B27FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27FDC; }

 p { color: rgb(178,127,220); }

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

background-color css

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

 a { background-color: rgb(178,127,220); }

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

border-color css

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

 span { border-color: rgb(178,127,220); }

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