Html Css Color HEX #B27CE0 Biloba Flower

📋 copy color: '#B27CE0'

red 178 ◦ green 124 ◦ blue 224

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

Shades of Biloba Flower #B27CE0

Tints of Biloba Flower #B27CE0

RGB

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

 GREEN value IS 124 (48.83% from 255) = 23.57%

 BLUE value IS 224 (87.89% from 255) = 42.59%

R = 33.84%
G = 23.57%
B = 42.59%

CMYK

 C value IS 0.21

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#B27CE0 (or 0xB27CE0) is known color: Biloba Flower. HEX triplet: B2, 7C and E0. RGB value is (178,124,224). Sum of RGB (Red+Green+Blue) = 178+124+224=526 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.84% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 224 (87.89% from 255 or 42.59% from 526); Max value from RGB is 224 - color contains mainly: blue. Hex color #B27CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27CE0 is #4D831F. Grayscale: #979797. Windows color (decimal): -5079840 or 14711986. OLE color: 14711986.

HSL color Cylindrical-coordinate representation of color #B27CE0: hue angle of 272.4º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B27CE0 is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 178 124 224 -
CMYK 0.21 0.45 0 0.12
HSL 272.4º 0.62% 0.68% -
HSV(B) 272.4º 0.45% 0.88% -
XYZ 39.02 29.26 74.11 -
YUV 151.55 168.89 146.87 -
System Red Green Blue C M Y K H S L
Decimal 178 124 224 0.21 0.45 0 0.12 272.4 0.62 0.68
Hex B2 7C E0 15 2D 0 C 110 3E 44
Octal 262 174 340 25 55 0 14 420 76 104
Binary 10110010 1111100 11100000 10101 101101 0 1100 100010000 111110 1000100

Color Harmonies of #B27CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27CE0

Black with #B27CE0

Text Example


Text Example

White with #B27CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27CE0; }

 p { color: rgb(178,124,224); }

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

background-color css

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

 a { background-color: rgb(178,124,224); }

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

border-color css

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

 span { border-color: rgb(178,124,224); }

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