Html Css Color HEX #B242EC Medium Orchid

📋 copy color: '#B242EC'

red 178 ◦ green 66 ◦ blue 236

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

Shades of Medium Orchid #B242EC

Tints of Medium Orchid #B242EC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 13.75%

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

R = 37.08%
G = 13.75%
B = 49.17%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B242EC (or 0xB242EC) is known color: Medium Orchid. HEX triplet: B2, 42 and EC. RGB value is (178,66,236). Sum of RGB (Red+Green+Blue) = 178+66+236=480 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.08% from 480); Green value is 66 (26.17% from 255 or 13.75% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #B242EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B242EC is #4DBD13. Grayscale: #767676. Windows color (decimal): -5094676 or 15483570. OLE color: 15483570.

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

Color convert

RGB 178 66 236 -
CMYK 0.25 0.72 0 0.07
HSL 279.53º 0.82% 0.59% -
HSV(B) 279.53º 0.72% 0.93% -
XYZ 35.45 19.42 81.24 -
YUV 118.87 194.11 170.18 -
System Red Green Blue C M Y K H S L
Decimal 178 66 236 0.25 0.72 0 0.07 279.53 0.82 0.59
Hex B2 42 EC 19 48 0 7 118 52 3B
Octal 262 102 354 31 110 0 7 430 122 73
Binary 10110010 1000010 11101100 11001 1001000 0 111 100011000 1010010 111011

Color Harmonies of #B242EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B242EC

Black with #B242EC

Text Example


Text Example

White with #B242EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B242EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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