Html Css Color HEX #B27FEE Biloba Flower

📋 copy color: '#B27FEE'

red 178 ◦ green 127 ◦ blue 238

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

Shades of Biloba Flower #B27FEE

Tints of Biloba Flower #B27FEE

RGB

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

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

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

R = 32.78%
G = 23.39%
B = 43.83%

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

#B27FEE (or 0xB27FEE) is known color: Biloba Flower. HEX triplet: B2, 7F and EE. RGB value is (178,127,238). Sum of RGB (Red+Green+Blue) = 178+127+238=543 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.78% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #B27FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27FEE is #4D8011. Grayscale: #9A9A9A. Windows color (decimal): -5079058 or 15630258. OLE color: 15630258.

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

Color convert

RGB 178 127 238 -
CMYK 0.25 0.47 0 0.07
HSL 267.57º 0.77% 0.72% -
HSV(B) 267.57º 0.47% 0.93% -
XYZ 41.38 30.82 84.66 -
YUV 154.9 174.9 144.47 -
System Red Green Blue C M Y K H S L
Decimal 178 127 238 0.25 0.47 0 0.07 267.57 0.77 0.72
Hex B2 7F EE 19 2F 0 7 10C 4D 48
Octal 262 177 356 31 57 0 7 414 115 110
Binary 10110010 1111111 11101110 11001 101111 0 111 100001100 1001101 1001000

Color Harmonies of #B27FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27FEE

Black with #B27FEE

Text Example


Text Example

White with #B27FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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