Html Css Color HEX #B27EEE Biloba Flower

📋 copy color: '#B27EEE'

red 178 ◦ green 126 ◦ blue 238

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

Shades of Biloba Flower #B27EEE

Tints of Biloba Flower #B27EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.91%

R = 32.84%
G = 23.25%
B = 43.91%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B27EEE (or 0xB27EEE) is known color: Biloba Flower. HEX triplet: B2, 7E and EE. RGB value is (178,126,238). Sum of RGB (Red+Green+Blue) = 178+126+238=542 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.84% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 238 (93.36% from 255 or 43.91% from 542); Max value from RGB is 238 - color contains mainly: blue. Hex color #B27EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27EEE is #4D8111. Grayscale: #999999. Windows color (decimal): -5079314 or 15630002. OLE color: 15630002.

HSL color Cylindrical-coordinate representation of color #B27EEE: hue angle of 267.86º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B27EEE is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 126 238 -
CMYK 0.25 0.47 0 0.07
HSL 267.86º 0.77% 0.71% -
HSV(B) 267.86º 0.47% 0.93% -
XYZ 41.25 30.56 84.61 -
YUV 154.32 175.23 144.89 -
System Red Green Blue C M Y K H S L
Decimal 178 126 238 0.25 0.47 0 0.07 267.86 0.77 0.71
Hex B2 7E EE 19 2F 0 7 10C 4D 47
Octal 262 176 356 31 57 0 7 414 115 107
Binary 10110010 1111110 11101110 11001 101111 0 111 100001100 1001101 1000111

Color Harmonies of #B27EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27EEE

Black with #B27EEE

Text Example


Text Example

White with #B27EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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