Html Css Color HEX #B348EC Medium Orchid

📋 copy color: '#B348EC'

red 179 ◦ green 72 ◦ blue 236

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

Shades of Medium Orchid #B348EC

Tints of Medium Orchid #B348EC

RGB

 RED value IS 179 (70.31% from 255) = 36.76%

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

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

R = 36.76%
G = 14.78%
B = 48.46%

CMYK

 C value IS 0.24

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B348EC (or 0xB348EC) is known color: Medium Orchid. HEX triplet: B3, 48 and EC. RGB value is (179,72,236). Sum of RGB (Red+Green+Blue) = 179+72+236=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 72 (28.52% from 255 or 14.78% from 487); Blue value is 236 (92.58% from 255 or 48.46% from 487); Max value from RGB is 236 - color contains mainly: blue. Hex color #B348EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B348EC is #4CB713. Grayscale: #7A7A7A. Windows color (decimal): -5027604 or 15485107. OLE color: 15485107.

HSL color Cylindrical-coordinate representation of color #B348EC: hue angle of 279.15º 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 #B348EC is Cyan = 0.24, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 72 236 -
CMYK 0.24 0.69 0 0.07
HSL 279.15º 0.81% 0.6% -
HSV(B) 279.15º 0.69% 0.93% -
XYZ 36.05 20.27 81.37 -
YUV 122.69 191.95 168.16 -
System Red Green Blue C M Y K H S L
Decimal 179 72 236 0.24 0.69 0 0.07 279.15 0.81 0.6
Hex B3 48 EC 18 45 0 7 117 51 3C
Octal 263 110 354 30 105 0 7 427 121 74
Binary 10110011 1001000 11101100 11000 1000101 0 111 100010111 1010001 111100

Color Harmonies of #B348EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B348EC

Black with #B348EC

Text Example


Text Example

White with #B348EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B348EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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