Html Css Color HEX #B368EC Medium Orchid

📋 copy color: '#B368EC'

red 179 ◦ green 104 ◦ blue 236

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

Shades of Medium Orchid #B368EC

Tints of Medium Orchid #B368EC

RGB

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

 GREEN value IS 104 (41.02% from 255) = 20.04%

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

R = 34.49%
G = 20.04%
B = 45.47%

CMYK

 C value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B368EC (or 0xB368EC) is known color: Medium Orchid. HEX triplet: B3, 68 and EC. RGB value is (179,104,236). Sum of RGB (Red+Green+Blue) = 179+104+236=519 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.49% from 519); Green value is 104 (41.02% from 255 or 20.04% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #B368EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B368EC is #4C9713. Grayscale: #8D8D8D. Windows color (decimal): -5019412 or 15493299. OLE color: 15493299.

HSL color Cylindrical-coordinate representation of color #B368EC: hue angle of 274.09º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B368EC is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 179 104 236 -
CMYK 0.24 0.56 0 0.07
HSL 274.09º 0.78% 0.67% -
HSV(B) 274.09º 0.56% 0.93% -
XYZ 38.68 25.54 82.25 -
YUV 141.47 181.35 154.77 -
System Red Green Blue C M Y K H S L
Decimal 179 104 236 0.24 0.56 0 0.07 274.09 0.78 0.67
Hex B3 68 EC 18 38 0 7 112 4E 43
Octal 263 150 354 30 70 0 7 422 116 103
Binary 10110011 1101000 11101100 11000 111000 0 111 100010010 1001110 1000011

Color Harmonies of #B368EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B368EC

Black with #B368EC

Text Example


Text Example

White with #B368EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B368EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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