Html Css Color HEX #B27EED Biloba Flower

📋 copy color: '#B27EED'

red 178 ◦ green 126 ◦ blue 237

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

Shades of Biloba Flower #B27EED

Tints of Biloba Flower #B27EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.81%

R = 32.9%
G = 23.29%
B = 43.81%

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

#B27EED (or 0xB27EED) is known color: Biloba Flower. HEX triplet: B2, 7E and ED. RGB value is (178,126,237). Sum of RGB (Red+Green+Blue) = 178+126+237=541 (71% of max value = 765). Red value is 178 (69.92% from 255 or 32.90% from 541); Green value is 126 (49.61% from 255 or 23.29% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #B27EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #B27EED is #4D8112. Grayscale: #999999. Windows color (decimal): -5079315 or 15564466. OLE color: 15564466.

HSL color Cylindrical-coordinate representation of color #B27EED: hue angle of 268.11º degrees, saturation: 0.76, 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 #B27EED is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 126 237 -
CMYK 0.25 0.47 0 0.07
HSL 268.11º 0.76% 0.71% -
HSV(B) 268.11º 0.47% 0.93% -
XYZ 41.11 30.5 83.84 -
YUV 154.2 174.73 144.97 -
System Red Green Blue C M Y K H S L
Decimal 178 126 237 0.25 0.47 0 0.07 268.11 0.76 0.71
Hex B2 7E ED 19 2F 0 7 10C 4C 47
Octal 262 176 355 31 57 0 7 414 114 107
Binary 10110010 1111110 11101101 11001 101111 0 111 100001100 1001100 1000111

Color Harmonies of #B27EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B27EED

Black with #B27EED

Text Example


Text Example

White with #B27EED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B27EED; }

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

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

background-color css

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

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

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

border-color css

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

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

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