Html Css Color HEX #B27FEC Biloba Flower

📋 copy color: '#B27FEC'

red 178 ◦ green 127 ◦ blue 236

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

Shades of Biloba Flower #B27FEC

Tints of Biloba Flower #B27FEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.62%

R = 32.9%
G = 23.48%
B = 43.62%

CMYK

 C value IS 0.25

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B27FEC (or 0xB27FEC) is known color: Biloba Flower. HEX triplet: B2, 7F and EC. RGB value is (178,127,236). Sum of RGB (Red+Green+Blue) = 178+127+236=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 127 (50% from 255 or 23.48% from 541); Blue value is 236 (92.58% from 255 or 43.62% from 541); Max value from RGB is 236 - color contains mainly: blue. Hex color #B27FEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27FEC is #4D8013. Grayscale: #9A9A9A. Windows color (decimal): -5079060 or 15499186. OLE color: 15499186.

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

Color convert

RGB 178 127 236 -
CMYK 0.25 0.46 0 0.07
HSL 268.07º 0.74% 0.71% -
HSV(B) 268.07º 0.46% 0.93% -
XYZ 41.09 30.7 83.12 -
YUV 154.68 173.9 144.64 -
System Red Green Blue C M Y K H S L
Decimal 178 127 236 0.25 0.46 0 0.07 268.07 0.74 0.71
Hex B2 7F EC 19 2E 0 7 10C 4A 47
Octal 262 177 354 31 56 0 7 414 112 107
Binary 10110010 1111111 11101100 11001 101110 0 111 100001100 1001010 1000111

Color Harmonies of #B27FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27FEC

Black with #B27FEC

Text Example


Text Example

White with #B27FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27FEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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