Html Css Color HEX #B663EC Medium Orchid

📋 copy color: '#B663EC'

red 182 ◦ green 99 ◦ blue 236

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

Shades of Medium Orchid #B663EC

Tints of Medium Orchid #B663EC

RGB

 RED value IS 182 (71.48% from 255) = 35.2%

 GREEN value IS 99 (39.06% from 255) = 19.15%

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

R = 35.2%
G = 19.15%
B = 45.65%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B663EC (or 0xB663EC) is known color: Medium Orchid. HEX triplet: B6, 63 and EC. RGB value is (182,99,236). Sum of RGB (Red+Green+Blue) = 182+99+236=517 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.20% from 517); Green value is 99 (39.06% from 255 or 19.15% 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 #B663EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B663EC is #499C13. Grayscale: #8A8A8A. Windows color (decimal): -4824084 or 15492022. OLE color: 15492022.

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

Color convert

RGB 182 99 236 -
CMYK 0.23 0.58 0 0.07
HSL 276.35º 0.78% 0.66% -
HSV(B) 276.35º 0.58% 0.93% -
XYZ 38.89 24.92 82.12 -
YUV 139.44 182.5 158.36 -
System Red Green Blue C M Y K H S L
Decimal 182 99 236 0.23 0.58 0 0.07 276.35 0.78 0.66
Hex B6 63 EC 17 3A 0 7 114 4E 42
Octal 266 143 354 27 72 0 7 424 116 102
Binary 10110110 1100011 11101100 10111 111010 0 111 100010100 1001110 1000010

Color Harmonies of #B663EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B663EC

Black with #B663EC

Text Example


Text Example

White with #B663EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B663EC; }

 p { color: rgb(182,99,236); }

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

background-color css

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

 a { background-color: rgb(182,99,236); }

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

border-color css

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

 span { border-color: rgb(182,99,236); }

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