Html Css Color HEX #B248EC Medium Orchid

📋 copy color: '#B248EC'

red 178 ◦ green 72 ◦ blue 236

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

Shades of Medium Orchid #B248EC

Tints of Medium Orchid #B248EC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 14.81%

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

R = 36.63%
G = 14.81%
B = 48.56%

CMYK

 C value IS 0.25

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B248EC (or 0xB248EC) is known color: Medium Orchid. HEX triplet: B2, 48 and EC. RGB value is (178,72,236). Sum of RGB (Red+Green+Blue) = 178+72+236=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 72 (28.52% from 255 or 14.81% from 486); Blue value is 236 (92.58% from 255 or 48.56% from 486); Max value from RGB is 236 - color contains mainly: blue. Hex color #B248EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #B248EC is #4DB713. Grayscale: #797979. Windows color (decimal): -5093140 or 15485106. OLE color: 15485106.

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

Color convert

RGB 178 72 236 -
CMYK 0.25 0.69 0 0.07
HSL 278.78º 0.81% 0.6% -
HSV(B) 278.78º 0.69% 0.93% -
XYZ 35.82 20.16 81.36 -
YUV 122.39 192.12 167.66 -
System Red Green Blue C M Y K H S L
Decimal 178 72 236 0.25 0.69 0 0.07 278.78 0.81 0.6
Hex B2 48 EC 19 45 0 7 117 51 3C
Octal 262 110 354 31 105 0 7 427 121 74
Binary 10110010 1001000 11101100 11001 1000101 0 111 100010111 1010001 111100

Color Harmonies of #B248EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B248EC

Black with #B248EC

Text Example


Text Example

White with #B248EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B248EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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