Html Css Color HEX #B247EC Medium Orchid

📋 copy color: '#B247EC'

red 178 ◦ green 71 ◦ blue 236

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

Shades of Medium Orchid #B247EC

Tints of Medium Orchid #B247EC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 14.64%

 BLUE value IS 236 (92.58% from 255) = 48.66%

R = 36.7%
G = 14.64%
B = 48.66%

CMYK

 C value IS 0.25

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B247EC (or 0xB247EC) is known color: Medium Orchid. HEX triplet: B2, 47 and EC. RGB value is (178,71,236). Sum of RGB (Red+Green+Blue) = 178+71+236=485 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.70% from 485); Green value is 71 (28.12% from 255 or 14.64% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #B247EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B247EC is #4DB813. Grayscale: #797979. Windows color (decimal): -5093396 or 15484850. OLE color: 15484850.

HSL color Cylindrical-coordinate representation of color #B247EC: hue angle of 278.91º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B247EC is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 178 71 236 -
CMYK 0.25 0.70 0 0.07
HSL 278.91º 0.81% 0.6% -
HSV(B) 278.91º 0.7% 0.93% -
XYZ 35.75 20.03 81.34 -
YUV 121.8 192.45 168.08 -
System Red Green Blue C M Y K H S L
Decimal 178 71 236 0.25 0.70 0 0.07 278.91 0.81 0.6
Hex B2 47 EC 19 46 0 7 117 51 3C
Octal 262 107 354 31 106 0 7 427 121 74
Binary 10110010 1000111 11101100 11001 1000110 0 111 100010111 1010001 111100

Color Harmonies of #B247EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B247EC

Black with #B247EC

Text Example


Text Example

White with #B247EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B247EC; }

 p { color: rgb(178,71,236); }

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

background-color css

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

 a { background-color: rgb(178,71,236); }

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

border-color css

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

 span { border-color: rgb(178,71,236); }

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