Html Css Color HEX #B27EDD Biloba Flower

📋 copy color: '#B27EDD'

red 178 ◦ green 126 ◦ blue 221

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

Shades of Biloba Flower #B27EDD

Tints of Biloba Flower #B27EDD

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24%

 BLUE value IS 221 (86.72% from 255) = 42.1%

R = 33.9%
G = 24%
B = 42.1%

CMYK

 C value IS 0.19

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#B27EDD (or 0xB27EDD) is known color: Biloba Flower. HEX triplet: B2, 7E and DD. RGB value is (178,126,221). Sum of RGB (Red+Green+Blue) = 178+126+221=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 221 (86.72% from 255 or 42.10% from 525); Max value from RGB is 221 - color contains mainly: blue. Hex color #B27EDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B27EDD is #4D8122. Grayscale: #989898. Windows color (decimal): -5079331 or 14515890. OLE color: 14515890.

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

Color convert

RGB 178 126 221 -
CMYK 0.19 0.43 0 0.13
HSL 272.84º 0.58% 0.68% -
HSV(B) 272.84º 0.43% 0.87% -
XYZ 38.87 29.61 72.07 -
YUV 152.38 166.73 146.28 -
System Red Green Blue C M Y K H S L
Decimal 178 126 221 0.19 0.43 0 0.13 272.84 0.58 0.68
Hex B2 7E DD 13 2B 0 D 111 3A 44
Octal 262 176 335 23 53 0 15 421 72 104
Binary 10110010 1111110 11011101 10011 101011 0 1101 100010001 111010 1000100

Color Harmonies of #B27EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27EDD

Black with #B27EDD

Text Example


Text Example

White with #B27EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27EDD; }

 p { color: rgb(178,126,221); }

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

background-color css

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

 a { background-color: rgb(178,126,221); }

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

border-color css

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

 span { border-color: rgb(178,126,221); }

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