Html Css Color HEX #B27CDF Biloba Flower

📋 copy color: '#B27CDF'

red 178 ◦ green 124 ◦ blue 223

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

Shades of Biloba Flower #B27CDF

Tints of Biloba Flower #B27CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.48%

R = 33.9%
G = 23.62%
B = 42.48%

CMYK

 C value IS 0.20

 M value IS 0.44

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B27CDF (or 0xB27CDF) is known color: Biloba Flower. HEX triplet: B2, 7C and DF. RGB value is (178,124,223). Sum of RGB (Red+Green+Blue) = 178+124+223=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #B27CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27CDF is #4D8320. Grayscale: #979797. Windows color (decimal): -5079841 or 14646450. OLE color: 14646450.

HSL color Cylindrical-coordinate representation of color #B27CDF: hue angle of 272.73º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B27CDF is Cyan = 0.20, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 124 223 -
CMYK 0.20 0.44 0 0.13
HSL 272.73º 0.61% 0.68% -
HSV(B) 272.73º 0.44% 0.87% -
XYZ 38.89 29.21 73.4 -
YUV 151.43 168.39 146.95 -
System Red Green Blue C M Y K H S L
Decimal 178 124 223 0.20 0.44 0 0.13 272.73 0.61 0.68
Hex B2 7C DF 14 2C 0 D 111 3D 44
Octal 262 174 337 24 54 0 15 421 75 104
Binary 10110010 1111100 11011111 10100 101100 0 1101 100010001 111101 1000100

Color Harmonies of #B27CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27CDF

Black with #B27CDF

Text Example


Text Example

White with #B27CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27CDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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