Html Css Color HEX #B27FDA Biloba Flower

📋 copy color: '#B27FDA'

red 178 ◦ green 127 ◦ blue 218

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

Shades of Biloba Flower #B27FDA

Tints of Biloba Flower #B27FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 41.68%

R = 34.03%
G = 24.28%
B = 41.68%

CMYK

 C value IS 0.18

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B27FDA (or 0xB27FDA) is known color: Biloba Flower. HEX triplet: B2, 7F and DA. RGB value is (178,127,218). Sum of RGB (Red+Green+Blue) = 178+127+218=523 (69% of max value = 765). Red value is 178 (69.92% from 255 or 34.03% from 523); Green value is 127 (50% from 255 or 24.28% from 523); Blue value is 218 (85.55% from 255 or 41.68% from 523); Max value from RGB is 218 - color contains mainly: blue. Hex color #B27FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27FDA is #4D8025. Grayscale: #989898. Windows color (decimal): -5079078 or 14319538. OLE color: 14319538.

HSL color Cylindrical-coordinate representation of color #B27FDA: hue angle of 273.63º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B27FDA is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 127 218 -
CMYK 0.18 0.42 0 0.15
HSL 273.63º 0.55% 0.68% -
HSV(B) 273.63º 0.42% 0.85% -
XYZ 38.6 29.71 70.03 -
YUV 152.62 164.9 146.1 -
System Red Green Blue C M Y K H S L
Decimal 178 127 218 0.18 0.42 0 0.15 273.63 0.55 0.68
Hex B2 7F DA 12 2A 0 F 112 37 44
Octal 262 177 332 22 52 0 17 422 67 104
Binary 10110010 1111111 11011010 10010 101010 0 1111 100010010 110111 1000100

Color Harmonies of #B27FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27FDA

Black with #B27FDA

Text Example


Text Example

White with #B27FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27FDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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