Html Css Color HEX #B366EC Medium Orchid

📋 copy color: '#B366EC'

red 179 ◦ green 102 ◦ blue 236

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

Shades of Medium Orchid #B366EC

Tints of Medium Orchid #B366EC

RGB

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

 GREEN value IS 102 (40.23% from 255) = 19.73%

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

R = 34.62%
G = 19.73%
B = 45.65%

CMYK

 C value IS 0.24

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B366EC (or 0xB366EC) is known color: Medium Orchid. HEX triplet: B3, 66 and EC. RGB value is (179,102,236). Sum of RGB (Red+Green+Blue) = 179+102+236=517 (68% of max value = 765). Red value is 179 (70.31% from 255 or 34.62% from 517); Green value is 102 (40.23% from 255 or 19.73% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #B366EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B366EC is #4C9913. Grayscale: #8B8B8B. Windows color (decimal): -5019924 or 15492787. OLE color: 15492787.

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

Color convert

RGB 179 102 236 -
CMYK 0.24 0.57 0 0.07
HSL 274.48º 0.78% 0.66% -
HSV(B) 274.48º 0.57% 0.93% -
XYZ 38.48 25.14 82.18 -
YUV 140.3 182.01 155.6 -
System Red Green Blue C M Y K H S L
Decimal 179 102 236 0.24 0.57 0 0.07 274.48 0.78 0.66
Hex B3 66 EC 18 39 0 7 112 4E 42
Octal 263 146 354 30 71 0 7 422 116 102
Binary 10110011 1100110 11101100 11000 111001 0 111 100010010 1001110 1000010

Color Harmonies of #B366EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B366EC

Black with #B366EC

Text Example


Text Example

White with #B366EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B366EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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