Html Css Color HEX #B27EE6 Biloba Flower

📋 copy color: '#B27EE6'

red 178 ◦ green 126 ◦ blue 230

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

Shades of Biloba Flower #B27EE6

Tints of Biloba Flower #B27EE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 43.07%

R = 33.33%
G = 23.6%
B = 43.07%

CMYK

 C value IS 0.23

 M value IS 0.45

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#B27EE6 (or 0xB27EE6) is known color: Biloba Flower. HEX triplet: B2, 7E and E6. RGB value is (178,126,230). Sum of RGB (Red+Green+Blue) = 178+126+230=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 230 (90.23% from 255 or 43.07% from 534); Max value from RGB is 230 - color contains mainly: blue. Hex color #B27EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27EE6 is #4D8119. Grayscale: #999999. Windows color (decimal): -5079322 or 15105714. OLE color: 15105714.

HSL color Cylindrical-coordinate representation of color #B27EE6: hue angle of 270º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B27EE6 is Cyan = 0.23, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 178 126 230 -
CMYK 0.23 0.45 0 0.10
HSL 270º 0.68% 0.7% -
HSV(B) 270º 0.45% 0.9% -
XYZ 40.1 30.1 78.56 -
YUV 153.4 171.23 145.54 -
System Red Green Blue C M Y K H S L
Decimal 178 126 230 0.23 0.45 0 0.10 270 0.68 0.7
Hex B2 7E E6 17 2D 0 A 10E 44 46
Octal 262 176 346 27 55 0 12 416 104 106
Binary 10110010 1111110 11100110 10111 101101 0 1010 100001110 1000100 1000110

Color Harmonies of #B27EE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27EE6

Black with #B27EE6

Text Example


Text Example

White with #B27EE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27EE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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